Adds a list of issues fixed by @Venemo.
authorJakub Pawlowicz <jakub@goalsmashers.com>
Wed, 5 Mar 2014 08:09:55 +0000 (08:09 +0000)
committerJakub Pawlowicz <jakub@goalsmashers.com>
Wed, 5 Mar 2014 08:09:55 +0000 (08:09 +0000)
See ea941cb165abe1e74f87bd46299f0526add9c205 for details.

History.md

index 133aab6..bd4df3c 100644 (file)
@@ -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.