From 3d8368fa4f1d3c87486196bf7db3bf1d581aa151 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 16 Nov 2014 20:21:09 -0800 Subject: [PATCH] Update history to reflect merge of #3058 [ci skip] --- History.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.markdown b/History.markdown index 110e517f..d071d712 100644 --- a/History.markdown +++ b/History.markdown @@ -4,6 +4,8 @@ ### Minor Enhancements + * `post_url` should match `post.name` instead of slugs and dates (#3058) + ### Bug Fixes * Remove duplicate regexp phrase: `^\A` (#3089)