Update changelog

[ci skip]
This commit is contained in:
Norman Clarke 2012-05-30 16:16:00 -03:00
parent 426bf68e2c
commit c99b7a9fc2
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
## 3.2.0 (Unreleased)
* 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.
* Haml now flattens deeply nested data attribute hashes. For example:
`.foo{:data => {:a => "b", :c => {:d => "e", :f => "g"}}}`