Update CHANGELOG to mention proxy and ignore are gone from page

remove_hooks
Ben Hollis 2014-06-28 21:33:28 -07:00
parent dfecfebc69
commit f6dd2f6e52
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
master
===
* Removed the `proxy` and `ignore` options for the `page` command in `config.rb`. Use the `proxy` and `ignore` commands instead of passing these options to `page`.
* 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.