Add CHANGELOG entry for attribute compiler

Latest benchmark result is:
https://travis-ci.org/k0kubun/haml_bench/jobs/200876605

It's 3.3~3.7x faster.
This commit is contained in:
Takashi Kokubun 2017-02-12 23:59:09 +09:00
parent 28a7dfff82
commit fccae5a9c2
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@
* 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)
* Analyze attribute values by Ripper and render static attributes beforehand. (Takashi Kokubun)
* Optimize attribute rendering about 3x faster. (Takashi Kokubun)
## 4.0.7