change log

This commit is contained in:
Scott Davis 2011-11-04 10:55:13 -04:00
parent b67c471780
commit 5ac790a419

View File

@ -22,7 +22,10 @@ The Documentation for the [latest preview release](http://beta.compass-style.org
* Upgrade CSS3 Pie to 1.0beta5 * Upgrade CSS3 Pie to 1.0beta5
* log sprite generation and removal to the console * log sprite generation and removal to the console
* Added a new helper function `compass-env()` that returns the current compass environment (development, production) * Added a new helper function `compass-env()` that returns the current compass environment (development, production)
* Added the ability to inline a sprite image by setting `$<map>-inline:true` before you call `@import`
* Removed `-khtml` prefixes by default you can still enable them but setting `$experimental-support-for-khtml:true;`
* Improved rails 3.1 integration
* `true` and `false` are now valid sprite names
0.12.alpha.0 (8/30/2011) 0.12.alpha.0 (8/30/2011)
------------------------ ------------------------