From: Jakub Pawlowicz Date: Sun, 27 Nov 2011 09:11:16 +0000 (+0100) Subject: Version 0.2.5. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=34b37a00c30614ffaf99dd3a894bc76bf712d2bc;p=clean-css.git Version 0.2.5. --- diff --git a/History.md b/History.md index 9d33bcb4..7efd1e6e 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +0.2.5 / 2011-11-27 +================== + + * Fixed issue with cleaning up spaces inside calc/-moz-calc declarations (thanks to @cvan for reporting it). + * Fixed converting #f00 to red in borders and gradients. + 0.2.4 / 2011-05-25 ================== diff --git a/package.json b/package.json index f3a748b6..65a19571 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type" : "git", "url" : "http://github.com/GoalSmashers/clean-css.git" }, - "version": "0.2.4", + "version": "0.2.5", "main": "index.js", "bin": { "cleancss": "./bin/cleancss"