From af850cae977a3da40c8b74da3d1533bac3797ef3 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Mon, 1 Nov 2010 10:45:19 -0700 Subject: [PATCH] Tweak the changelog. --- doc-src/content/CHANGELOG.markdown | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/doc-src/content/CHANGELOG.markdown b/doc-src/content/CHANGELOG.markdown index e4b3099e..8eb61f0c 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -9,21 +9,25 @@ COMPASS CHANGELOG 0.10.7 (UNRELEASED) ------------------- -* compass config -p -- will now print out the configuration value +* [Command Line] compass config -p -- will now print out the configuration value for that property for the current project -* Bug fix: In webkit, when the last gradient color stop was a percent less than 100%, the - intermediate values were being scaled to that value. -* You can now pass --no-line-comments to the Compass command line to disable line comments. -* Make the compass configuration file more self documenting by adding comments for - `preferred_syntax`, `output_style`, and `line_comments`. -* Work around IE compatibility issues with the :last-child selector. [Commit](http://github.com/jdsiegel/compass/commit/c1fb764dba9c54cc5d02f2f7de213fb21ac6ca09). -* Only the action is colorized in command line output now. -* Compass Validator has been upgraded and fine-tuned. It is now using the "css3" profile - to validate and provides a more consistent UI with other compass commands. To upgrade: - `gem install compass-validator` +* [CSS3] Bug fix: In webkit, when the last gradient color stop was a percent less than 100%, + the intermediate values were being scaled to that value. +* [Command Line] You can now pass --no-line-comments to the Compass command line to disable + line comments. +* [Configuration] Make the compass configuration file more self documenting by adding comments + for `preferred_syntax`, `output_style`, and `line_comments`. +* Work around IE compatibility issues with the :last-child selector. + [Commit](http://github.com/jdsiegel/compass/commit/c1fb764dba9c54cc5d02f2f7de213fb21ac6ca09). +* [Command Line] Only the action is colorized in command line output now. +* [Command Line] Compass Validator has been upgraded and fine-tuned. It is now using the + "css3" profile to validate and provides a more consistent UI with other compass commands. + To upgrade: `gem install compass-validator` * [CSS3] The box-shadow `$spread` value now defaults to using the browser default instead of 0. Set $default-box-shadow-spread to 0 if you prefer the older behavior. Since the browser is supposed to default to 0, you should see no change except less CSS output. +* [CSS3] The output order of the `box-shadow` mixin now matches the W3C specification. + The color and inset values used to be swapped. 0.10.6 (10/11/2010) -------------------