summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-05-12 11:51:05 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-05-12 11:51:05 -0400
commitb9609367bfe4177f78d2f891c30659e33b9b4c52 (patch)
tree8bab0aee33ecae838acc8b7506196d3aa5f86680
parent1288dea2b028ad4b4a12a2dad588f7cd0917a352 (diff)
downloadmako-b9609367bfe4177f78d2f891c30659e33b9b4c52.tar.gz
changelog for pullreq bitbucket:7
-rw-r--r--doc/build/changelog.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst
index 8e1c9eb..67755fe 100644
--- a/doc/build/changelog.rst
+++ b/doc/build/changelog.rst
@@ -10,6 +10,15 @@ Changelog
:released:
.. change::
+ :tags: bug, py2k, filters
+ :pullreq: bitbucket:7
+
+ Added an html_escape filter that works in "non unicode" mode.
+ Previously, when using ``disable_unicode=True``, the ``u`` filter
+ would fail to handle non-ASCII bytes properly. Pull request
+ courtesy George Xie.
+
+ .. change::
:tags: general
Compatibility changes; in order to modernize the codebase, Mako