Version 0.2.5.
authorJakub Pawlowicz <jakub@goalsmashers.com>
Sun, 27 Nov 2011 09:11:16 +0000 (10:11 +0100)
committerJakub Pawlowicz <jakub@goalsmashers.com>
Sun, 27 Nov 2011 09:12:36 +0000 (10:12 +0100)
History.md
package.json

index 9d33bcb..7efd1e6 100644 (file)
@@ -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
 ==================
 
index f3a748b..65a1957 100644 (file)
@@ -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"