From: Jakub Pawlowicz Date: Wed, 25 Feb 2015 22:24:39 +0000 (+0000) Subject: Adds restructuring info to 3.1 changelog. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=bf26b5d9fc7c73f94c2add2a26bf5ca73920faec;p=clean-css.git Adds restructuring info to 3.1 changelog. --- diff --git a/History.md b/History.md index a16e1612..e232684b 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 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. * Fixed issue [#204](https://github.com/jakubpawlowicz/clean-css/issues/204) - `@media` merging.