From 6f440f55e00932506f9baa622a284c2693df9f60 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 17 Jan 2015 16:56:24 -0800 Subject: [PATCH] Update history to reflect merge of #3321 [ci skip] --- History.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.markdown b/History.markdown index 10c6c7b8..8004df5b 100644 --- a/History.markdown +++ b/History.markdown @@ -23,6 +23,8 @@ * Added per post `excerpt_separator` functionality (#3274) * Allow collections YAML to end with three dots (#3134) * Add mode parameter to `slugify` Liquid filter (#2918) + * Perf: `Markdown#matches` should avoid regexp (#3321) + * Perf: Use frozen regular expressions for `Utils#slugify` (#3321) ### Bug Fixes