Update history to reflect merge of #1875

This commit is contained in:
Matt Rogers 2014-01-04 10:01:55 -06:00
parent 7d8c01dbf4
commit bbcd94e7fa
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@
* Bump dependency `safe_yaml` to `~> 1.0` (#1886) * Bump dependency `safe_yaml` to `~> 1.0` (#1886)
* Allow sorting of content by custom properties (#1849) * Allow sorting of content by custom properties (#1849)
* Add `--quiet` flag to silence output during build and serve (#1898) * Add `--quiet` flag to silence output during build and serve (#1898)
* Add a `where` filter to filter arrays based on a key/value pair
(#1875)
### Bug Fixes ### Bug Fixes
* Don't allow nil entries when loading posts (#1796) * Don't allow nil entries when loading posts (#1796)