Version Bump & Prepare for v0.11.2

This commit is contained in:
Chris Eppstein 2011-06-10 09:39:39 -07:00
parent 15412a756c
commit e2966fa78d
3 changed files with 5 additions and 8 deletions

View File

@ -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)

View File

@ -1,5 +1,5 @@
---
:major: 0
:minor: 11
:build: 1
:build: 2
:name: Antares

View File

@ -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.