From 0c1cfbdf0b7ea8a322ceaee90b4d4aa00b98b11c Mon Sep 17 00:00:00 2001 From: Norman Clarke Date: Wed, 23 May 2012 17:59:57 -0300 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9593106d..266091f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: + + `
` + + (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).