From: Jakub Pawlowicz Date: Wed, 25 Feb 2015 22:35:39 +0000 (+0000) Subject: Updates changelog with io.js info. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1e92495baffe83e92409ccb9d33487211a568ad1;p=clean-css.git Updates changelog with io.js info. --- diff --git a/History.md b/History.md index e232684b..ffc6f732 100644 --- a/History.md +++ b/History.md @@ -4,6 +4,7 @@ * Adds `0deg` to `0` minification where possible. * Adds better non-adjacent selector merging when body is the same. * Adds official support for node.js 0.12. +* Adds official support for io.js 1.0. * Adds restructuring optimizations to reorganize selectors, which vastly improves minification. * Fixed issue [#158](https://github.com/jakubpawlowicz/clean-css/issues/158) - adds body-based selectors reduction. * Fixed issue [#182](https://github.com/jakubpawlowicz/clean-css/issues/182) - removing space after closing brace.