From cc3a31e363ebcb154718f565cf1c30de49a64d7b Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 20 Oct 2014 20:09:39 -0700 Subject: [PATCH] Update history to reflect merge of #2986 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 2fd8a6f0..d62924e7 100644 --- a/History.markdown +++ b/History.markdown @@ -4,6 +4,7 @@ ### Minor Enhancements + * Allow Enumerables to be used with `where` filter. (#2986) * Meta descriptions in the site template now use `page.excerpt` if it's available (#2964) * Change indentation in `head.html` of site template to 2 spaces from 4 (#2973) * Use a `$content-width` variable instead of a fixed value in the site template CSS (#2972)