Add an entry in the changelog for the new color helpers.

This commit is contained in:
Chris Eppstein 2010-11-11 21:51:20 -08:00
parent b07f303d9b
commit 094a95e7ee

View File

@ -20,6 +20,11 @@ COMPASS CHANGELOG
* Some color defaults now use color functions instead of color arithmetic. * Some color defaults now use color functions instead of color arithmetic.
This may result in different output for those who have color customizations. This may result in different output for those who have color customizations.
### Helpers
* New color helpers: `adjust-lightness`, `adjust-saturation`, `scale-lightness`, and `scale-saturation`
make it easier to construct apis that manipulate these color attributes.
0.10.7 (UNRELEASED) 0.10.7 (UNRELEASED)
------------------- -------------------
* [Command Line] compass config -p <property> -- will now print out the configuration value * [Command Line] compass config -p <property> -- will now print out the configuration value