1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Add CHANGELOG entry

This commit is contained in:
Takashi Kokubun 2017-02-09 01:33:00 +09:00
parent 9911547800
commit d54002269b

View file

@ -21,6 +21,8 @@
* The `haml` command's debug option (`-d`) no longer executes the Haml code, but
rather checks the generated Ruby syntax for errors.
* Support Rails 5.1 Erubi template handler.
* Drop dynamic quotes support and always escape `'` for `escape_html`/`escape_attrs` instead.
Also, escaped results are slightly changed and always unified to the same characters. (Takashi Kokubun)
* Add temple gem as dependency and create `Haml::TempleEngine` class.
Some methods in `Haml::Compiler` are migrated to `Haml::TempleEngine`. (Takashi Kokubun)
* Drop parser/compiler accessor from `Haml::Engine`. Modify `Haml::Engine#initialize` options