Prepare for release.

This commit is contained in:
Chris Eppstein 2010-08-08 10:32:56 -07:00
parent de651db9ad
commit 63cbc21d53
2 changed files with 3 additions and 13 deletions

View File

@ -2,4 +2,4 @@
:major: 0
:minor: 10
:patch: 4
:build: pre.4
#:build: pre.4

View File

@ -7,21 +7,11 @@ layout: article
COMPASS CHANGELOG
=================
0.10.4.pre.4 (8/6/2010)
-----------------------
* [Rails] Fixed a bug introduced in 0.10.4.pre.2 that caused rails projects to fail when passing the second argument to image_url.
0.10.4.pre.3 (8/6/2010)
0.10.4 (8/08/2010)
-----------------------
* [Rails] Fixed a bug introduced in 0.10.3 that caused rails applications using the old configuration file (config/compass.config) to break.
0.10.4.pre.2 (8/5/2010)
-----------------------
*Note:* 0.10.4.pre.1 had a bug and was yanked.
* [Extensions] Make it easier to create manifest files.
* [Extensions] Make it easier to create manifest files by allowing template files to be discovered. See the Manifest Declarations section of [extensions tutorial](http://compass-style.org/docs/tutorials/extensions/) for details.
* [Rails] Don't install configuration files when installing extensions.
* [Compass Core] All url helpers now accept a second argument that when true will cause only the path to be emitted. This allows the url helpers to be used with IE filters.