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 committed by Chris Eppstein
parent 2f104274e2
commit 2a7a7498cf

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