From dae5d30096ee09decf024d03531916e187679ddd Mon Sep 17 00:00:00 2001 From: Will Norris Date: Sun, 1 Mar 2015 18:16:49 -0800 Subject: [PATCH] Update history to reflect merge of #3532 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 67e3b5e3..542d8a16 100644 --- a/History.markdown +++ b/History.markdown @@ -42,6 +42,7 @@ * Add `draft?` method to identify if Post is a Draft & expose to Liquid (#3456) * Write regeneration metadata even on full rebuild (#3464) * Perf: Use `String#end_with?("/")` instead of regexp when checking paths (#3516) + * Docs: document 'ordinal' built-in permalink style (#3532) ### Bug Fixes