mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Version 5.1.1
This commit is contained in:
parent
09cb8efa1c
commit
bfa7007937
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
|||
# Haml Changelog
|
||||
|
||||
## 5.1.1
|
||||
|
||||
Released on May 25, 2019
|
||||
([diff](https://github.com/haml/haml/compare/v5.1.0...v5.1.1)).
|
||||
|
||||
* Fix NameError bug for that happens on ruby 2.6.1-2.6.3 + haml 5.1.0 + rails 4.2.x + erubi. (Akira Matsuda)
|
||||
|
||||
## 5.1.0
|
||||
|
||||
Released on May 16, 2019
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Haml
|
||||
VERSION = "5.1.0"
|
||||
VERSION = "5.1.1"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue