From bbcd94e7fa018e878eca763566479787c4a75ef3 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Sat, 4 Jan 2014 10:01:55 -0600 Subject: [PATCH] Update history to reflect merge of #1875 --- History.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.markdown b/History.markdown index 2188d6e0..52ac377e 100644 --- a/History.markdown +++ b/History.markdown @@ -24,6 +24,8 @@ * Bump dependency `safe_yaml` to `~> 1.0` (#1886) * Allow sorting of content by custom properties (#1849) * Add `--quiet` flag to silence output during build and serve (#1898) + * Add a `where` filter to filter arrays based on a key/value pair + (#1875) ### Bug Fixes * Don't allow nil entries when loading posts (#1796)