From f74c54470d75b52734fa80056712fd601dc41871 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Mon, 18 Jun 2012 05:13:38 +0800 Subject: [PATCH] Update CHANGELOG for 3.0.0.rc.2 --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e368cbe..8eff989c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,19 @@ -3.0.rc1 +3.0.0.rc.2 +==== +* Doing a build now shows identical files (#475) +* asset_hash, minify_javascript, and minify_css can now accept regexes, globs, + and procs (#489, #480) +* The `link_to` helper can now accept a sitemap Resource as a URL (#474) +* The preview server now correctly listens for changes (#487, #464) +* HTMLs are now served with a 'utf-8' charset instead of 'utf8' (#478) +* UTF-8 is now the new default encoding for data and templates (#486, #483) +* New :encoding setting that allows users to change default encoding +* You may now use the `use` method with a block when adding Rack middleware +* Middleman now depends on Listen 0.4.5+ and ActiveSupport 3.2.6+ +* Attempt to avoid issues with RVM's default Bundler (#466) +* Fix issue where Middleman won't start with Compass 0.12.2.rc.1 (#469) + +3.0.0.rc.1 ==== * Split into 3 gems (middleman-core, middleman-more and middleman which simply includes both) * Rewritten to work directly with Rack (Sinatra apps can still be mounted)