From de651db9ad053dcdfd239fddee9738de75791041 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Fri, 6 Aug 2010 13:05:13 -0700 Subject: [PATCH] Prepare for release --- VERSION.yml | 2 +- doc-src/content/CHANGELOG.markdown | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/VERSION.yml b/VERSION.yml index 5a846718..ce348cf9 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -2,4 +2,4 @@ :major: 0 :minor: 10 :patch: 4 -:build: pre.3 +:build: pre.4 diff --git a/doc-src/content/CHANGELOG.markdown b/doc-src/content/CHANGELOG.markdown index 6335b7a4..99306616 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -7,7 +7,12 @@ layout: article COMPASS CHANGELOG ================= -0.10.4.pre.3 (8/5/2010) +0.10.4.pre.4 (8/6/2010) +----------------------- + +* [Rails] Fixed a bug introduced in 0.10.4.pre.2 that caused rails projects to fail when passing the second argument to image_url. + +0.10.4.pre.3 (8/6/2010) ----------------------- * [Rails] Fixed a bug introduced in 0.10.3 that caused rails applications using the old configuration file (config/compass.config) to break.