From 92c3d6d3fde1607f8d60743589195d1ba250cc02 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 26 Dec 2013 01:12:40 -0500 Subject: [PATCH] Update history to reflect merge of #1841 --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index ec515335..9f65d0a2 100644 --- a/History.markdown +++ b/History.markdown @@ -17,6 +17,7 @@ * Update Redcarpet dependency to ~> 3.0 (#1815) * Automatically sort all pages by name (#1848) * Better error message when time is not parseable (#1847) + * Allow `include` tag variable arguments to use filters (#1841) ### Bug Fixes * Don't allow nil entries when loading posts (#1796)