mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
CHANGELOG updates. [ci skip]
This commit is contained in:
parent
28a0071be7
commit
bb0f11d002
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,12 @@ master
|
|||
===
|
||||
|
||||
* Rename i18n `lang` and `langs` to `locale` and `locales`.
|
||||
* Avoid matching URLs across new lines. #1689
|
||||
* Load Middleman Directory when doing `init` over SSL
|
||||
* Fix `external_pipeline` first runs running out of sequence.
|
||||
|
||||
# 4.0.0.rc.2
|
||||
|
||||
* Rather than applying layouts to all files which are not .txt, .css, .js, .json: the new behavior is to only default layouts to active for .html
|
||||
* Switch from Ruby Sass to SassC.
|
||||
* `relative_assets` extension overrides local `relative: false` option to stylesheet/javascript tag helpers.
|
||||
|
|
Loading…
Reference in a new issue