From: Jakub Pawlowicz Date: Wed, 5 Mar 2014 08:09:55 +0000 (+0000) Subject: Adds a list of issues fixed by @Venemo. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1da2562be63e7b5d3fda69b5d99aa5acf1ab7094;p=clean-css.git Adds a list of issues fixed by @Venemo. See ea941cb165abe1e74f87bd46299f0526add9c205 for details. --- diff --git a/History.md b/History.md index 133aab6b..bd4df3c1 100644 --- a/History.md +++ b/History.md @@ -4,6 +4,12 @@ * Adds a better algorithm for quotation marks' removal. * Adds a better non-adjacent optimizer compatible with the upcoming new property optimizer. * Moves quotation matching into a QuoteScanner class. +* Fixed issue [#134](https://github.com/GoalSmashers/clean-css/issues/134) - merges properties into shorthand form. +* Fixed issue [#164](https://github.com/GoalSmashers/clean-css/issues/164) - removes default values if not needed. +* Fixed issue [#168](https://github.com/GoalSmashers/clean-css/issues/168) - adds better property merging algorithm. +* Fixed issue [#173](https://github.com/GoalSmashers/clean-css/issues/173) - merges same properties if grouped. +* Fixed issue [#184](https://github.com/GoalSmashers/clean-css/issues/184) - uses !important for optimization opportunities. +* Fixed issue [#190](https://github.com/GoalSmashers/clean-css/issues/190) - uses shorthand to override another shorthand. * Fixed issue [#247](https://github.com/GoalSmashers/clean-css/issues/247) - removes deprecated `selectorsMergeMode` switch. * Refixed issue [#250](https://github.com/GoalSmashers/clean-css/issues/250) - based on new quotation marks removal.