From cc2ac99487679e3a0ab0e724655580b4addfef9d Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Sat, 11 Jan 2014 12:37:31 -0600 Subject: [PATCH] Update history to reflect merge of #1916 --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 81055605..d43c71c2 100644 --- a/History.markdown +++ b/History.markdown @@ -27,6 +27,7 @@ * Add a `where` filter to filter arrays based on a key/value pair (#1875) * Route 404 errors to a custom 404 page in development (#1899) + * Excludes are now relative to the site source (#1916) ### Bug Fixes * Don't allow nil entries when loading posts (#1796)