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

This commit is contained in:
Parker Moore 2014-04-25 23:07:04 -04:00
parent 1d8fff706b
commit f45b597e61
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@
* 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) * Convert input to string before XML escaping (`xml_escape` liquid filter) (#2244)
* Modify configuration key for Collections and reset properly. (#2238)
### 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)