From 5b9a90f83b5ed5ef6ff5c05599c82e72c80b54b7 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sun, 17 Apr 2011 18:16:45 -0700 Subject: [PATCH] Bug fixes reported by ryan bigg. --- doc-src/content/CHANGELOG.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc-src/content/CHANGELOG.markdown b/doc-src/content/CHANGELOG.markdown index 9c2bfdfc..2cbc0600 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -190,7 +190,6 @@ specifications. [Upgrade guide](/help/tutorials/upgrading/antares/). Summary of ### Compass Utilities -* A new mixin `reset-float` is available in the [float module](/reference/compass/utilities/general/float/#mixin-reset-float) that makes it easier to reset the floats introduced from that module. * A new mixin `reset-float` is available in the [float module](/reference/compass/utilities/general/float/#mixin-reset-float) that makes it easier to reset the floats introduced from that module. * A new module has been added to create readable text against an arbitrary background color based on the lightness of the background: [compass/utilities/color/contrast](/reference/compass/utilities/color/contrast/). * The comma-delimited-list has been renamed to delimited-list and @@ -205,7 +204,7 @@ specifications. [Upgrade guide](/help/tutorials/upgrading/antares/). Summary of ### Rails * In rails 3, there's no need for an initializer. Instead we use a - Railstie. + Railtie. If you have one, please remove it. * We now default to app/stylesheets for sass files and public/stylesheets for css files -- though they can still be changed after installation or on the command line during project initialization.