From 4da060ca5294ab84821a033c01fb7f6b7a2f4baa Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 19 Apr 2014 14:19:21 -0400 Subject: [PATCH] Update history to reflect merge of #2244 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index b4f99681..aba11ef4 100644 --- a/History.markdown +++ b/History.markdown @@ -90,6 +90,7 @@ * Fix `Post#url` and `Page#url` escape (#1568) * Strip newlines from the `{% highlight %}` block content (#1823) * 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 * Add a link to the site in the README.md file (#1795)