Version 0.2.6.
authorJakub Pawlowicz <jakub@goalsmashers.com>
Sun, 27 Nov 2011 15:04:53 +0000 (16:04 +0100)
committerJakub Pawlowicz <jakub@goalsmashers.com>
Sun, 27 Nov 2011 15:04:53 +0000 (16:04 +0100)
History.md
package.json

index 7efd1e6..027c5ab 100644 (file)
@@ -1,3 +1,8 @@
+0.2.6 / 2011-11-27
+==================
+
+  * Fixed expanding + signs in calc() when mixed up with adjacent (+) selector.
+
 0.2.5 / 2011-11-27
 ==================
 
index 65a1957..61dbf09 100644 (file)
@@ -8,7 +8,7 @@
     "type" : "git",
     "url" : "http://github.com/GoalSmashers/clean-css.git"
   },
-  "version": "0.2.5",
+  "version": "0.2.6",
   "main": "index.js",
   "bin": {
     "cleancss": "./bin/cleancss"