From 8066f984d2b3816e959f27bd2063eee51eb514ce Mon Sep 17 00:00:00 2001 From: Chris Eppstein <chris@eppsteins.net> Date: Sun, 18 Mar 2012 14:20:20 -0700 Subject: [PATCH] Update changelog. --- doc-src/content/CHANGELOG.markdown | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc-src/content/CHANGELOG.markdown b/doc-src/content/CHANGELOG.markdown index 746f508f..074bed04 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -22,8 +22,12 @@ The Documentation for the [latest preview release](http://beta.compass-style.org * [Vertical Rhythm Module] The `establish-baseline` mixin now styles the `<html>` element instead of the `<body>` element. This makes the vertical rhythm module work better with `rem` based measurements. -* [CSS3] Add 3D transform support for Mozillia, IE, and Opera. -* [CSS3] Add `-ms` support for css3 columns. Add support for the columns shorthand property. +* [CSS3] Added 3D transform support for Mozillia, IE, and Opera. +* [CSS3] Added `-ms` support for css3 columns. Add support for the columns shorthand property. +* [CLI] Added a `-I` option for adding sass import paths via the CLI during compilation and project set up. +* [Configuration] For better ruby and rails integration, the `add_import_path` command now accepts + [Sass::Importer](http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#custom_importers) objects + and [Ruby Pathname](http://www.ruby-doc.org/stdlib-1.9.3/libdoc/pathname/rdoc/Pathname.html) objects. 0.12.1 (03/14/2012) -------------------