Update history to reflect merge of #3321 [ci skip]

This commit is contained in:
Parker Moore 2015-01-17 16:56:24 -08:00
parent cbe5f8e4dd
commit 6f440f55e0
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@
* Added per post `excerpt_separator` functionality (#3274) * Added per post `excerpt_separator` functionality (#3274)
* Allow collections YAML to end with three dots (#3134) * Allow collections YAML to end with three dots (#3134)
* Add mode parameter to `slugify` Liquid filter (#2918) * 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 ### Bug Fixes