Updated Changelog

This commit is contained in:
Norman Clarke 2012-10-09 11:42:21 -03:00
parent 5deaf29e49
commit 349eb9c6f8
1 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,12 @@
a language change from 3.1 and is enabled by default.
(thanks to [Andrew Smith](https://github.com/fullsailor))
* All Hash attribute values are now treated as HTML5 data, regardless of key.
Previously only the "data" key was treated this way. Allowing arbitrary keys
means you can now easily use this feauture for Aria attributes, among other
uses.
(thanks to [Elvin Efendi](https://github.com/ElvinEfendi))
* Added `remove_whitespace` option to always remove all whitespace around Haml
tags. (thanks to [Tim van der Horst](https://github.com/vdh))