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

index 97af27f..021574c 100644 (file)
@@ -51,4 +51,9 @@
 
 * Fix NPM package
 
-## [0.5.1 / 2013-05-12](https://github.com/kangax/html-minifier/compare/v0.5.1...v0.5.2)
+## [0.5.1 / 2013-05-12](https://github.com/kangax/html-minifier/compare/v0.5.0...v0.5.1)
+
+* Menu is no longer deprecated in HTML5 [#23](https://github.com/kangax/html-minifier/issues/23)
+* Make parser ignore block elements in inline elements (allowed in HTML5). [#51](https://github.com/kangax/html-minifier/issues/51) [#52](https://github.com/kangax/html-minifier/issues/52) [#54](https://github.com/kangax/html-minifier/issues/54)
+* Fix issue with closing tags
+* Smarter collapseWhitespace (preserve space around inline tags)