From 6ca90dccc3eaeefab32843d419501ee9c953630a Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 11 Jun 2011 23:27:16 -0700 Subject: [PATCH] Update changelog for clearfix --- doc-src/content/CHANGELOG.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc-src/content/CHANGELOG.markdown b/doc-src/content/CHANGELOG.markdown index dae64eab..588b699b 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -19,6 +19,9 @@ The Documentation for the [latest preview release](http://beta.compass-style.org **Note:** Due to some internal changes to compass you may have issue with your sass cache. Run `compass clean` to clear your cache. +* The `pie-clearfix` mixin has been updated. If you have to + support Firefox < 3.5, please update your stylesheets + to use `legacy-pie-clearfix` instead. * Added a new command: `compass clean` which removes any generated css files and clears the sass cache. * Enable IE 10 support for flexible box with the -ms prefix. @@ -32,7 +35,7 @@ The Documentation for the [latest preview release](http://beta.compass-style.org * Numerous small bug fixes to sprites. * Sprite Engines are now classes see [Docs](/help/tutorials/extending) for more information * Sprite classes have bee re-factored into modules for readability -* Sprites will no longer cause `undefined method 'find' for #` when adding or removing sprite files 0.11.2 (06/10/2011) -------------------