From f9b6b1274915c5ac457cc4168686758440c773b8 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 6 Mar 2010 16:03:02 -0800 Subject: [PATCH] Update changelog for release. --- CHANGELOG.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 909d74c8..edb03654 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,6 +1,20 @@ COMPASS CHANGELOG ================= +0.10.0.pre9 (March 6, 2010) +--------------------------- + +* Fix a ruby 1.9 bug in the image_size helper functions for jpeg images. +* Silence a deprecation warning. + + +0.10.0.pre7 & 0.10.0.pre8 (February 23, 2010) +--------------------------------------------- + +* Rails 3 compatibility fixes +* Fix for rgba colors with the new gradient mixins +* A better error message if a color stop list is not passed in to the gradient mixins. + 0.10.0.pre6 (February 22, 2010) -------------------------------