diff --git a/CHANGELOG.md b/CHANGELOG.md index b82ff063..d9d7133e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.