From a2853456b6467a24a5ab7a0d3c29df72e1b22cc4 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 26 Dec 2013 01:33:17 -0500 Subject: [PATCH] Update history to reflect merge of #1825 --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 39330a76..dda9d15c 100644 --- a/History.markdown +++ b/History.markdown @@ -18,6 +18,7 @@ * 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) + * `post_url` tag should raise `ArgumentError` for invalid name (#1825) ### Bug Fixes * Don't allow nil entries when loading posts (#1796)