summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-09-10 09:30:00 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-09-10 09:30:00 -0400
commite136687d2dcc6543d73f562a771d88c15cd25718 (patch)
treed3431c7dc12957bc170778389a68215326d872e4
parent166469360cf5f20b65830985084af9fddc6d36d2 (diff)
downloadmako-e136687d2dcc6543d73f562a771d88c15cd25718.tar.gz
- changelog
- [bug] Fixed an AST issue that was preventing correct operation under alpha versions of Python 3.4. Pullreq courtesy Zer0-.
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2b32ec7..0bd875e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
0.9.1
+- [bug] Fixed an AST issue that was preventing correct operation
+ under alpha versions of Python 3.4. Pullreq courtesy Zer0-.
+
- [bug] Changed the format of the "source encoding" header output
by the code generator to use the format ``# -*- coding:%s -*-``
instead of ``# -*- encoding:%s -*-``; the former is more common