From 9540450e25a24ea2a911cd6cac01fdc7d95b1797 Mon Sep 17 00:00:00 2001 From: Scott Davis Date: Fri, 25 Mar 2011 02:11:03 -0400 Subject: [PATCH] updated change log --- Gemfile.lock | 2 +- doc-src/content/CHANGELOG.markdown | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index aecdb1ba..8a332a1a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GIT PATH remote: . specs: - compass (0.11.beta.3.fccd5d9) + compass (0.11.beta.3.3272dc7) chunky_png (~> 1.1.0) sass (>= 3.1.0.alpha.249) diff --git a/doc-src/content/CHANGELOG.markdown b/doc-src/content/CHANGELOG.markdown index df433711..3f8994bb 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -19,6 +19,14 @@ The Documentation for the [latest preview release](http://beta.compass-style.org * Extensions that are installed into ~/.compass/extensions will be automatically available to all your compass projects. +### Compass Internals + +* Fixed a small bug in callbacks that was causing them to register twice +* The Sprite classes have been abstracted allowing for different engines +* Bumped chunky_png version to 1.1.0 +* Total rewrite of the sprite generation classes - thanks to @johnbintz for the help +* More Rspec tests + 0.11.beta.3 (03/15/2011) ------------------------