Mention the haml CLI change as well

This commit is contained in:
Takashi Kokubun 2022-08-21 10:52:39 -07:00
parent 1be9800fcc
commit 84cc3edf42
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ Not released yet
* 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 `haml` CLI interface was also replaced.
* All Haml helpers except for `preserve` are removed.
* Some legacy Rails integration is removed.