More changelog updates

This commit is contained in:
Norman Clarke 2012-06-14 15:18:40 -03:00
parent 352a510218
commit 05bf13d29f
1 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,13 @@
* HTML2Haml has been extracted to a separate gem, creatively named "html2haml".
* Haml's internals have been refactored to move the parser, compiler and options
handling into independent classes, rather than including them all in the
Engine module.
* The :sass filter now wraps its output in a script tag, as do the new :less and
:scss filters. The :coffee filter wraps its output in a script tag.
* Haml now supports only Rails 3 and above, and Ruby 1.8.7 and above. If you
still need support for Rails 2 and Ruby 1.8.6, please use Haml 3.1.x which
will continue to be maintained for bug fixes.