Update CHANGELOG
authorkangax <kangax@gmail.com>
Sun, 4 May 2014 11:06:52 +0000 (13:06 +0200)
committerkangax <kangax@gmail.com>
Sun, 4 May 2014 11:06:52 +0000 (13:06 +0200)
CHANGELOG.md

index 9679074..791f84d 100644 (file)
 * Fix space after textarea
 * Add support for ignored comments (<!--!)
 * Add more tags to collapseWhitespaceSmart whitelist
+
+## [0.5.3 / 2013-06-19](https://github.com/kangax/html-minifier/compare/v0.5.2...v0.5.3)
+
+* Better support for boolean attributes [#63](https://github.com/kangax/html-minifier/issues/76)
+* Make sure code, kbd, quote tags have space around them
+* Improve `canRemoveAttributeQuotes`
+* Add html5 option (supports custom elements, block elements in inline)