Update CHANGELOG.md.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Wed, 26 Mar 2014 17:14:36 +0000 (19:14 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Wed, 26 Mar 2014 17:14:36 +0000 (19:14 +0200)
CHANGELOG.md

index f40b614..b43bbe5 100644 (file)
@@ -1,16 +1,15 @@
-[Current](https://github.com/kangax/html-minifier/compare/v0.5.5...gh-pages)
-==================
+## [Current](https://github.com/kangax/html-minifier/compare/v0.5.6...gh-pages)
 
 * Escape closing script tag [#142](https://github.com/kangax/html-minifier/issues/142)
+* Add support for minifying CSS (`minifyCSS`)
+* Add support for minifying JS (`minifyJS`)
 * Don't add empty string value to valueless attributes
-* Add support for minifying CSS (minifyCSS)
-* Add support for JS minification (minifyJS)
 * Add more boolean attributes
 * No more tags in lint output (Node friendly)
 * Add more optional tags
+* Node.js v0.10 is needed for development
 
-[0.5.6 / 2014-03-12](https://github.com/kangax/html-minifier/compare/v0.5.5...v0.5.6)
-==================
+## [0.5.6 / 2014-03-12](https://github.com/kangax/html-minifier/compare/v0.5.5...v0.5.6)
 
 * Fixed issue [#76](https://github.com/kangax/html-minifier/issues/76) - Add an option to keep closing slash in singleton tags
 * Fixed issue [#92](https://github.com/kangax/html-minifier/issues/92) - Make `</source>` tag optional