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

This commit is contained in:
Parker Moore 2014-04-19 14:19:21 -04:00
parent 702d5520d4
commit 4da060ca52
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@
* Fix `Post#url` and `Page#url` escape (#1568) * Fix `Post#url` and `Page#url` escape (#1568)
* Strip newlines from the `{% highlight %}` block content (#1823) * Strip newlines from the `{% highlight %}` block content (#1823)
* Load in `rouge` only when it's been requested as the highlighter (#2189) * Load in `rouge` only when it's been requested as the highlighter (#2189)
* Convert input to string before XML escaping (`xml_escape` liquid filter) (#2244)
### Development Fixes ### Development Fixes
* Add a link to the site in the README.md file (#1795) * Add a link to the site in the README.md file (#1795)