From aefcdabb529a43873658d2586baf1eaaaa05f260 Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Tue, 1 Jan 2013 19:10:54 -0800 Subject: [PATCH] prep pre --- CHANGELOG.md | 6 ++++++ middleman-core/lib/middleman-core/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a480dd3a..67b01fd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ Master === +3.0.8 +==== + * Directly send binary files in preview and copy them in build, avoiding reading large binary files into memory for rendering. #643 #699 +* Make link_to helper ignore QueryString values when looking up Sitemap resources +* Directly copy binary files during build, and stream them during preview, to avoid reading them into memory +* Make sure all paths in Sitemap are using Pathname 3.0.7 ==== diff --git a/middleman-core/lib/middleman-core/version.rb b/middleman-core/lib/middleman-core/version.rb index 608b54ea..10caea75 100644 --- a/middleman-core/lib/middleman-core/version.rb +++ b/middleman-core/lib/middleman-core/version.rb @@ -1,5 +1,5 @@ module Middleman # Current Version # @return [String] - VERSION = '3.0.7' unless const_defined?(:VERSION) + VERSION = '3.0.8.pre.1' unless const_defined?(:VERSION) end