From 63cbc21d53edd711a3cc95ba567df756cba83640 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sun, 8 Aug 2010 10:32:56 -0700 Subject: [PATCH] Prepare for release. --- VERSION.yml | 2 +- doc-src/content/CHANGELOG.markdown | 14 ++------------ 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/VERSION.yml b/VERSION.yml index ce348cf9..216a351b 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -2,4 +2,4 @@ :major: 0 :minor: 10 :patch: 4 -:build: pre.4 +#:build: pre.4 diff --git a/doc-src/content/CHANGELOG.markdown b/doc-src/content/CHANGELOG.markdown index 99306616..88bef6fa 100644 --- a/doc-src/content/CHANGELOG.markdown +++ b/doc-src/content/CHANGELOG.markdown @@ -7,21 +7,11 @@ layout: article COMPASS CHANGELOG ================= -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) +0.10.4 (8/08/2010) ----------------------- * [Rails] Fixed a bug introduced in 0.10.3 that caused rails applications using the old configuration file (config/compass.config) to break. - -0.10.4.pre.2 (8/5/2010) ------------------------ -*Note:* 0.10.4.pre.1 had a bug and was yanked. - -* [Extensions] Make it easier to create manifest files. +* [Extensions] Make it easier to create manifest files by allowing template files to be discovered. See the Manifest Declarations section of [extensions tutorial](http://compass-style.org/docs/tutorials/extensions/) for details. * [Rails] Don't install configuration files when installing extensions. * [Compass Core] All url helpers now accept a second argument that when true will cause only the path to be emitted. This allows the url helpers to be used with IE filters.