From 6e74ec2f717da38ce824bf7cf57163f810d08026 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 10 Dec 2013 11:49:44 -0500 Subject: [PATCH] Update history to reflect merge of #1788 --- History.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.markdown b/History.markdown index 202cacf7..7e1b22af 100644 --- a/History.markdown +++ b/History.markdown @@ -6,6 +6,8 @@ ### Minor Enhancements * Move the EntryFilter class into the Jekyll module to avoid polluting the global namespace (#1800) + * Add `group_by` Liquid filter create lists of items grouped by a common + property's value (#1788) ### Bug Fixes * Don't allow nil entries when loading posts (#1796)