Update history to reflect merge of #1899

This commit is contained in:
Matt Rogers 2014-01-04 10:04:21 -06:00
parent a33e86630d
commit 6184c4e44b
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
* 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 * Add a `where` filter to filter arrays based on a key/value pair
(#1875) (#1875)
* Route 404 errors to a custom 404 page in development (#1899)
### Bug Fixes ### Bug Fixes
* Don't allow nil entries when loading posts (#1796) * Don't allow nil entries when loading posts (#1796)