Prepare for release.

This commit is contained in:
Chris Eppstein 2010-08-01 11:15:53 -07:00
parent 7d7720ae53
commit 051bee7030
2 changed files with 3 additions and 4 deletions

View File

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

View File

@ -7,11 +7,9 @@ layout: article
COMPASS CHANGELOG COMPASS CHANGELOG
================= =================
0.10.3.pre.1 (7/24/2010) 0.10.3.0 (8/1/2010)
------------------- -------------------
This release is mostly addressing issues and requests in the compass bug tracker.
### !important ### !important
All rails users should run the following command: All rails users should run the following command:
@ -40,6 +38,7 @@ This will update your compass initializer file.
### Extensions ### Extensions
* Extensions can now create empty directories with the `directory` directive. [Docs](http://compass-style.org/docs/tutorials/extensions/). * Extensions can now create empty directories with the `directory` directive. [Docs](http://compass-style.org/docs/tutorials/extensions/).
* It's now easier to load extensions from a configuration file using the `load` and `discover` directives.
### Rails ### Rails