mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Version 5.0.4
This commit is contained in:
parent
ef0c2c1af6
commit
186e044eda
2 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,13 @@
|
|||
# Haml Changelog
|
||||
|
||||
## 5.0.4
|
||||
|
||||
Released on October 13, 2017
|
||||
([diff](https://github.com/haml/haml/compare/v5.0.3...v5.0.4)).
|
||||
|
||||
* Fix `haml -c --stdin` regression in 5.0.2. [#958](https://github.com/haml/haml/pull/958) (thanks [Timo Göllner](https://github.com/TeaMoe))
|
||||
* Ruby 2.5 support (it wasn't working due to Ripper API change). (Akira Matsuda)
|
||||
|
||||
## 5.0.3
|
||||
|
||||
Released on September 7, 2017
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module Haml
|
||||
VERSION = "5.0.3"
|
||||
VERSION = "5.0.4"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue