From e136687d2dcc6543d73f562a771d88c15cd25718 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 10 Sep 2013 09:30:00 -0400 Subject: - changelog - [bug] Fixed an AST issue that was preventing correct operation under alpha versions of Python 3.4. Pullreq courtesy Zer0-. --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3