From 0e7bef6dbf3e24a52d77d7d55e443f7d2344e68f Mon Sep 17 00:00:00 2001 From: B Mathis Date: Sun, 14 Nov 2010 23:51:02 -0600 Subject: [PATCH] updated changelog to indicate changes to the box-shadow and text-shadow mixin defaults --- doc-src/content/CHANGELOG.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/doc-src/content/CHANGELOG.markdown b/doc-src/content/CHANGELOG.markdown index a4aa151f..b82f7a31 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -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