mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Update changelog
[ci skip]
This commit is contained in:
parent
426bf68e2c
commit
c99b7a9fc2
1 changed files with 4 additions and 0 deletions
|
@ -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"}}}`
|
||||
|
|
Loading…
Reference in a new issue