This commit is contained in:
Thomas Reynolds 2013-01-01 19:10:54 -08:00
parent aefe61b18f
commit aefcdabb52
2 changed files with 7 additions and 1 deletions

View file

@ -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
====

View file

@ -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