diff --git a/Gemfile.lock b/Gemfile.lock index 90081653..22034479 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -50,7 +50,7 @@ GEM autotest-fsevent (0.2.5) sys-uname builder (2.1.2) - chunky_png (1.1.1) + chunky_png (1.2.0) compass-validator (3.0.0) css_parser (1.0.1) cucumber (0.9.4) diff --git a/VERSION.yml b/VERSION.yml index 99382bed..ab224831 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -1,5 +1,5 @@ --- :major: 0 :minor: 11 -:build: 1 +:build: 2 :name: Antares diff --git a/doc-src/content/CHANGELOG.markdown b/doc-src/content/CHANGELOG.markdown index 218c8b5e..a8c18baa 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -14,16 +14,13 @@ The Documentation for the [latest stable release](http://compass-style.org/docs/ The Documentation for the [latest preview release](http://beta.compass-style.org/) -0.11.3 (PENDING) +0.11.2 (06/10/2011) ------------------- -* Sprites will now by default remove any old versions of the sprite a new variable has been created to override this. +* Sprites will now by default remove any old versions of the sprite. A new configuration + variable has been created to override this. * Nested sprites are now supported using globs `@import 'nested/**/*.png';`. * Fixed a bug that was causing sprite variable options to not get passed to the image classes. * Sass Colors will no longer cause an error if you use them as sprite names. - -0.11.2 (05/01/2011) -------------------- - * Added support for -ms gradients in background-image and background properties * Give a better error if Sass::Script::Functions.declare does not exist.