Typo reversed meaning

feature/manifest
FearGoidte 2016-03-22 08:24:21 +00:00
parent 0df7f0d6ac
commit f5a668d380
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ master
===
* Expose all top-level config options to CLI (flags now match config. latency -> watcher_latency, etc).
* Fix directory indexes with `.htm` files. #1821
* Fix directory indexes with `.htm` and `.xhtml` files. #1821
# 4.1.2
@ -35,7 +35,7 @@ master
* Fix asset_host in combination with Google Analytics snippet. #1751
* Show an error message when git CLI is not available. #1765
* Correctly show file names of GZIP'ed assets. #1364
* Build file output is not parallel-ized! Use `middleman build --no-parallel` to disable.
* Build file output is now parallel-ized! Use `middleman build --no-parallel` to disable.
* Make template file extensions that get layouts by default configurable via `config[:extensions_with_layout]`
* Remove `=` from inline url matcher. This means paths in HTML attributes MUST be quoted. Fixes #1780