diff --git a/doc-src/content/CHANGELOG.markdown b/doc-src/content/CHANGELOG.markdown index da287628..b45fab98 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -22,7 +22,10 @@ The Documentation for the [latest preview release](http://beta.compass-style.org * Upgrade CSS3 Pie to 1.0beta5 * log sprite generation and removal to the console * 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 `$-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) ------------------------