Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
norman committed May 23, 2012
1 parent 2d2687a commit 0c1cfbd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,16 @@

## 3.2.0 (Unreleased)

* Haml now flattens deeply nested data attribute hashes. For example:

`.foo{:data => {:a => "b", :c => {:d => "e", :f => "g"}}}`

would render to:

`<div class='foo' data-a='b' data-c-d='e' data-c-f='g'></div>`

(thanks to [Péter Pál Koszta](https://github.com/koszta))

* Filters that rely on third-party template engines are now implemented using
[Tilt](github.com/rtomayko/tilt). Several new filters have been added, namely
SCSS (:scss), LessCSS, (:less), and Coffeescript (:coffee/:coffeescript).
Expand Down

0 comments on commit 0c1cfbd

Please sign in to comment.