From 1f1c88382d3a1d4db7520be37f04bc8d39869b10 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 10 Jul 2010 00:08:01 -0700 Subject: [PATCH] Update CHANGELOG --- doc-src/content/CHANGELOG.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc-src/content/CHANGELOG.markdown b/doc-src/content/CHANGELOG.markdown index 5343eadb..2347b950 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -7,6 +7,16 @@ layout: article COMPASS CHANGELOG ================= +0.10.3 (Unreleased) +------------------- +* [Compass Core] Add missing clearfix import to horizontal-list. +* [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. + +*Contributors:* +* [Milo Winningham](http://github.com/quadule) + 0.10.2 (May 31, 2010) ---------------------