aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-07-20 09:47:42 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-07-20 09:47:42 -0400
commitf563f8782d1d222c46f3fedb3612d53f7a927706 (patch)
tree051c2ab2d8edd2e11f711c0aca2a45c70429b987 /CHANGES
parent9f58240c15aef90453719609e3f4b45f110991cf (diff)
downloadexternal_python_mako-f563f8782d1d222c46f3fedb3612d53f7a927706.tar.gz
external_python_mako-f563f8782d1d222c46f3fedb3612d53f7a927706.tar.bz2
external_python_mako-f563f8782d1d222c46f3fedb3612d53f7a927706.zip
- [bug] Fixed regression in 0.7.1 where ASTrel_0_7_2
parsing for Py2.4 was broken. [ticket:193]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 17d26d4..29b05c4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+0.7.2
+- [bug] Fixed regression in 0.7.1 where AST
+ parsing for Py2.4 was broken.
+ [ticket:193]
+
0.7.1
- [feature] Control lines with no bodies will
now succeed, as "pass" is added for these