From a83b62fbc3d79ad2a436dbefc82e44d5bb174fa3 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sun, 20 Feb 2011 10:25:13 -0800 Subject: [PATCH] Update changelog --- doc-src/content/CHANGELOG.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc-src/content/CHANGELOG.markdown b/doc-src/content/CHANGELOG.markdown index 97612f75..b6804b43 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -14,6 +14,18 @@ The Documentation for the [latest stable release](http://compass-style.org/docs/ The Documentation for the [latest preview release](http://beta.compass-style.org/) +0.11.beta.3 (UNRELEASED) +------------------------ +* There is a new typography module: Vertical Rhythm. + This makes it easier to align the typography of your page to a common rhythm. +* Some text-based mixins have been moved from utilities to the new + typography module. The old imports are deprecated now. + Affected modules: utilities/links, utilities/lists, and utilities/text and + their sub-modules. +* 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. + 0.11.beta.2 (02/01/2011) ------------------------ * Updated the font-face mixin so it works in Android 2.2.