updated changelog to indicate changes to the box-shadow and text-shadow mixin defaults

This commit is contained in:
B Mathis 2010-11-14 23:51:02 -06:00
parent f135ecef34
commit 0e7bef6dbf

View File

@ -11,6 +11,7 @@ COMPASS CHANGELOG
-------------------------
* Deprecated imports and APIs from v0.10 have been removed.
* Changed defaults for the box-shadow and text-shadow mixin. Previously the horizontal and vertical offset were both 1, which expected a top left light source. They are now set to 0 which assumes a direct light source, a more generic default.
### Blueprint