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:
parent
9de23ca5cb
commit
a4e2bf66db
1 changed files with 1 additions and 1 deletions
|
@ -16,8 +16,8 @@ Released on September 21, 2022
|
||||||
* Replace the implementation with Hamlit
|
* Replace the implementation with Hamlit
|
||||||
* Haml 6 is about 1.7x faster than Haml 5 in [this benchmark](benchmark/slim/run-benchmarks.rb).
|
* 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 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 `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.
|
* Most Haml helpers are removed.
|
||||||
* On Rails, only `find_and_reserve`, `preserve`, `surround`, `precede`, `succeed`, and `capture_haml` are left.
|
* On Rails, only `find_and_reserve`, `preserve`, `surround`, `precede`, `succeed`, and `capture_haml` are left.
|
||||||
* On Tilt, only `preserve` is left.
|
* On Tilt, only `preserve` is left.
|
||||||
|
|
Loading…
Reference in a new issue