summaryrefslogtreecommitdiff
path: root/doc/build/changelog.rst
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-04-20 21:43:55 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-04-20 21:43:55 -0400
commit81f27474ff7795a59bf1547ab7042b6ae36ea907 (patch)
treeb3be1581a54c7468ce92f6d5dcb9fc238dcf56d5 /doc/build/changelog.rst
parent6d96ef8c2d454622070d2d63ed0a2a911cde3834 (diff)
downloadmako-w_json_metadata.tar.gz
- Fixed bug in ``decode.<encoding>`` filter where a non-string objectw_json_metadata
would not be correctly interpreted in Python 3.
Diffstat (limited to 'doc/build/changelog.rst')
-rw-r--r--doc/build/changelog.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst
index 27c12e5..81ded29 100644
--- a/doc/build/changelog.rst
+++ b/doc/build/changelog.rst
@@ -10,6 +10,12 @@ Changelog
:released:
.. change::
+ :tags: bug, py3k
+
+ Fixed bug in ``decode.<encoding>`` filter where a non-string object
+ would not be correctly interpreted in Python 3.
+
+ .. change::
:tags: feature
Template modules now generate a JSON "metadata" structure at the bottom