From 5ac790a41924429655029fc7c5e6df9203a03a52 Mon Sep 17 00:00:00 2001 From: Scott Davis Date: Fri, 4 Nov 2011 10:55:13 -0400 Subject: [PATCH] change log --- doc-src/content/CHANGELOG.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) ------------------------