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

A minor tweak in CHANGELOG ordering

This commit is contained in:
Takashi Kokubun 2022-09-28 07:59:31 +09:00
parent 9de23ca5cb
commit a4e2bf66db
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -16,8 +16,8 @@ Released on September 21, 2022
* Replace the implementation with Hamlit
* Haml 6 is about 1.7x faster than Haml 5 in [this benchmark](benchmark/slim/run-benchmarks.rb).
* The parser is kept as is, but everything else is replaced.
* The interface of `Haml::Engine` is changed. You would like to use `Haml::Template` instead.
* The `haml` CLI interface was also replaced.
* The interface of `Haml::Engine` is changed. `Haml::Template` is most likely what you need now.
* Most Haml helpers are removed.
* On Rails, only `find_and_reserve`, `preserve`, `surround`, `precede`, `succeed`, and `capture_haml` are left.
* On Tilt, only `preserve` is left.