mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
prep pre
This commit is contained in:
parent
aefe61b18f
commit
aefcdabb52
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
====
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue