From 85c6a8faa353ded0d042b89e08b9f58607bed7fb Mon Sep 17 00:00:00 2001 From: Ben Hollis Date: Thu, 30 May 2013 21:21:13 -0700 Subject: [PATCH] Fix changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 879c6c93..63b15580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ 3.1.0.rc.2 === +* Custom template classes can now override the file used for creating the project Gemfile. +* Add an "empty" template that produces the minimum necessary structure for a Middleman project. +* Fix ignoring layouts from the sitemap when the source directory has been set to something other than 'source'. #896 * Track test coverage with simplecov * i18n only autodetects languages in the `locales` root * Frontmatter cache fixes solve performance regressions found in 3.1.x @@ -22,9 +25,6 @@ 3.1.0.rc.1 === -* Custom template classes can now override the file used for creating the project Gemfile. -* Add an "empty" template that produces the minimum necessary structure for a Middleman project. -* Fix ignoring layouts from the sitemap when the source directory has been set to something other than 'source'. #896 * Move more into core, autoloaded if gems are available. * DataStore may now be accessed like a hash with #[] and #has_key?. #880 * The i18n extension now supports providing localized templates as separate files, like index.es.html.haml. #816, #823