fix/fix-watcher-config
Thomas Reynolds 2016-05-11 10:59:48 -07:00
parent 3e4187568b
commit 849fc65260
2 changed files with 8 additions and 5 deletions

View File

@ -1,13 +1,16 @@
master
===
# Next
* Expose `development?` and `production?` helpers to template context.
# 4.1.8
* Expose `development?` and `production?` helpers to template context.
* require the `try` core extension (#1911)
* Fix contract for Sitemap::Store.register_resource_list_manipulator (#1907)
* Loosen contract on Resource#source_file to Maybe[String] (#1906)
* Let collection loops access ConfigContext for helpers. #1879
* Use https:// to clone templates (#1901)
* Allow numbers to be unique page_ids (#1886)
* Prevent infinite loop when encountering files where base filename is a possible templating engine
# 4.1.7

View File

@ -1,5 +1,5 @@
module Middleman
# Current Version
# @return [String]
VERSION = '4.1.7'.freeze unless const_defined?(:VERSION)
VERSION = '4.1.8'.freeze unless const_defined?(:VERSION)
end