One more RC

move_new_block v4.0.0.rc.3
Thomas Reynolds 2015-12-14 11:02:07 -08:00
parent 0e620a1ba1
commit 6af784d5d5
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
master
===
# 4.0.0.rc.3
* Add `:locales` and `:data` source types to the list of files which trigger a live-reload.
* Rename i18n `lang` and `langs` to `locale` and `locales`.
* Avoid matching URLs across new lines. #1689
* Load Middleman Directory when doing `init` over SSL

View File

@ -1,5 +1,5 @@
module Middleman
# Current Version
# @return [String]
VERSION = '4.0.0.rc.2' unless const_defined?(:VERSION)
VERSION = '4.0.0.rc.3' unless const_defined?(:VERSION)
end