From ee021a6a5d8dcd1570439140d3d16ce5b6bc2ee3 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 8 May 2014 21:28:22 -0400 Subject: [PATCH] Update history to reflect merge of #2359 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 86c75967..f884b5a3 100644 --- a/History.markdown +++ b/History.markdown @@ -15,6 +15,7 @@ direct subclasses (#2334) * 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) + * Use `item_property` for `where` filter so it doesn't break on collections (#2359) ### Development Fixes