From 605e58d543c8b6c62b91aad0b4291731cc41215d Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 10 Jul 2010 13:57:13 -0700 Subject: [PATCH] Update CHANGELOG --- doc-src/content/CHANGELOG.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc-src/content/CHANGELOG.markdown b/doc-src/content/CHANGELOG.markdown index 2347b950..ae0ed898 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -13,9 +13,12 @@ COMPASS CHANGELOG * [Compass Core] Emit less css for inline lists with the same result. * [Compass Core] New helper `opposite-position($position)` returns the opposite value of a position. [Documentation](http://compass-style.org/docs/reference/compass/helpers/constants/) * [Compass Core] Allow horizontal lists to be floated to the right. +* [Compass Core] Bugfix for inline-font-files helper. +* [Blueprint] Two colors used in typography can now be customized. *Contributors:* * [Milo Winningham](http://github.com/quadule) +* [jonathanpberger](http://github.com/jonathanpberger) 0.10.2 (May 31, 2010) ---------------------