changelog for pullreq bitbucket:7
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 @@
     :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