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.