mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Describe more details about #860 in CHANGELOG
This commit is contained in:
parent
308e3caa10
commit
68311cd0b7
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@
|
|||
* Support Rails 5.1 Erubi template handler.
|
||||
* Add temple gem as dependency and create `Haml::TempleEngine` class.
|
||||
Some methods in `Haml::Compiler` are migrated to `Haml::TempleEngine`. (Takashi Kokubun)
|
||||
* Drop parser accessor from `Haml::Engine`. (Takashi Kokubun)
|
||||
* Drop parser/compiler accessor from `Haml::Engine`. Modify `Haml::Engine#initialize` options
|
||||
or `Haml::Template.options` instead. (Takashi Kokubun)
|
||||
* Don't ignore unexpected exceptions on initializing `ActionView::OutputBuffer`. (Takashi Kokubun)
|
||||
|
||||
## 4.0.7
|
||||
|
|
Loading…
Add table
Reference in a new issue