One more RC
This commit is contained in:
parent
0e620a1ba1
commit
6af784d5d5
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue