From 468f3526200a7d8cb24ac04771bc323487683fd8 Mon Sep 17 00:00:00 2001 From: kangax Date: Sun, 4 May 2014 13:28:14 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97af27f..021574c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) -- 2.34.1