mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Update CHANGELOG
This commit is contained in:
parent
434d55b1ae
commit
c4dac7803f
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
master
|
||||
===
|
||||
|
||||
* The `page` command in `config.rb` can now be used to add data to the page via the `data` argument. It is accessed the same way as frontmatter data, via `current_resource.data`.
|
||||
* Add support for `environments` with the `-e` CLI flag. Loads additional config from `environments/envname.rb`. Removed `development?` helper in favor of `environment?(:development)`. Added `server?` helper to differentiate between build and server mode.
|
||||
* Removed `with_layout`. Use loops of `page` instead.
|
||||
* Removed Queryable Sitemap API
|
||||
|
|
Loading…
Reference in a new issue