From beda56a2c8262fd9aea0524f64d1fa700bfdcbc2 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Mon, 21 Feb 2011 09:11:10 -0800 Subject: [PATCH] note the reset-float mixin in the changelog --- 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 b6804b43..d691ba22 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -25,6 +25,7 @@ The Documentation for the [latest preview release](http://beta.compass-style.org * You can now register callbacks for compilation events so that you can take custom actions when they occur. For instance, you might want to notify Growl when a stylesheet compilation error occurs. +* 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. 0.11.beta.2 (02/01/2011) ------------------------