Add missing "Remove :ugly option" to CHANGELOG

This commit is contained in:
Lucas Caton 2017-06-04 09:21:41 +10:00 committed by GitHub
parent b61c6bc2c5
commit be280b3e87
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ Breaking Changes
* Rails 3 is no longer supported, matching the official * Rails 3 is no longer supported, matching the official
[Maintenance Policy for Ruby on Rails](http://weblog.rubyonrails.org/2013/2/24/maintenance-policy-for-ruby-on-rails/). [Maintenance Policy for Ruby on Rails](http://weblog.rubyonrails.org/2013/2/24/maintenance-policy-for-ruby-on-rails/).
(Tee Parham) (Tee Parham)
* Remove `:ugly` option ([#894](https://github.com/haml/haml/pull/894))
* The `haml` command's debug option (`-d`) no longer executes the Haml code, but * The `haml` command's debug option (`-d`) no longer executes the Haml code, but
rather checks the generated Ruby syntax for errors. rather checks the generated Ruby syntax for errors.
* Drop parser/compiler accessor from `Haml::Engine`. Modify `Haml::Engine#initialize` options * Drop parser/compiler accessor from `Haml::Engine`. Modify `Haml::Engine#initialize` options