From: Jakub Pawlowicz Date: Mon, 8 Dec 2014 21:31:13 +0000 (+0000) Subject: Adds source map info to release notes. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=cd34105811c688d6bfd8d4c1f0d40be1bb29b30c;p=clean-css.git Adds source map info to release notes. --- diff --git a/History.md b/History.md index 4a08d60b..119afcaf 100644 --- a/History.md +++ b/History.md @@ -16,6 +16,7 @@ * Renames `noAggressiveMerging` option into `aggressiveMerging`. * Renames `noRebase` option into `rebase`. * Speeds up advanced processing by shortening optimize loop. +* Fixed issue [#125](https://github.com/GoalSmashers/clean-css/issues/125) - source maps! * Fixed issue [#344](https://github.com/GoalSmashers/clean-css/issues/344) - merging background-size into shorthand. * Fixed issue [#360](https://github.com/GoalSmashers/clean-css/issues/360) - adds 7 extra CSS colors. * Fixed issue [#363](https://github.com/GoalSmashers/clean-css/issues/363) - `rem` units overriding `px`.