Updated changelog

[ci skip]
This commit is contained in:
Norman Clarke 2012-06-04 23:33:41 -03:00
parent a836bf2f02
commit 87b10f9764
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@
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.
* Added `remove_whitespace` option to always remove all whitespace around Haml
tags. (thanks to [Tim van der Horst](https://github.com/vdh))
* Haml now flattens deeply nested data attribute hashes. For example:
`.foo{:data => {:a => "b", :c => {:d => "e", :f => "g"}}}`