From 911bf378f6fca170a83c3876b435a94d9316c03b Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 4 May 2014 18:36:27 +0300 Subject: [PATCH] Update CHANGELOG.md. --- CHANGELOG.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 021574c..c034611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ ## [0.6.0](https://github.com/kangax/html-minifier/compare/v0.5.6...0.6.0) * Minify meta viewport value [#159](https://github.com/kangax/html-minifier/issues/159) -* Add support for ignoring markup via [#89](https://github.com/kangax/html-minifier/issues/89) -* Add support for processScripts [#139](https://github.com/kangax/html-minifier/issues/139) -* Add support for ignoreCustomComments [#145](https://github.com/kangax/html-minifier/issues/145) -* Add conservativeCollapse option +* Add support for ignoring markup via `` [#89](https://github.com/kangax/html-minifier/issues/89) +* Add support for `processScripts` [#139](https://github.com/kangax/html-minifier/issues/139) +* Add support for `ignoreCustomComments` [#145](https://github.com/kangax/html-minifier/issues/145) +* Add `conservativeCollapse` option * Fix handling of valueless attributes [#150](https://github.com/kangax/html-minifier/issues/150) * Escape closing script tag [#142](https://github.com/kangax/html-minifier/issues/142) * Add support for minifying CSS (`minifyCSS`) @@ -35,15 +35,15 @@ ## [0.5.4 / 2013-09-04](https://github.com/kangax/html-minifier/compare/v0.5.3...v0.5.4) -* Add support for ignoring <%...%> and -* Fix space after textarea -* Add support for ignored comments (