Update history to reflect merge of #2364 [ci skip]

This commit is contained in:
Parker Moore 2014-05-08 22:36:55 -04:00
parent 8ba2f770e9
commit 2326c509c3
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
* Replace all instances of `site.name` with `site.title` in site template (#2324) * Replace all instances of `site.name` with `site.title` in site template (#2324)
* `Jekyll::Filters#time` now accepts UNIX timestamps in string or number form (#2339) * `Jekyll::Filters#time` now accepts UNIX timestamps in string or number form (#2339)
* Use `item_property` for `where` filter so it doesn't break on collections (#2359) * Use `item_property` for `where` filter so it doesn't break on collections (#2359)
* Rescue errors thrown so `--watch` doesn't fail (#2364)
### Development Fixes ### Development Fixes