summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2016-08-30 15:41:28 -0500
committerDavid Beazley <dave@dabeaz.com>2016-08-30 15:41:28 -0500
commit1000526c6d5176ac0c6867d53160b33cb1e070b1 (patch)
tree7a0709ace0e367474db64a924b54330159aafc97 /CHANGES
parent5ccbfc7e70392a18fb5defa57e3e18fa477c03e6 (diff)
downloadply-1000526c6d5176ac0c6867d53160b33cb1e070b1.tar.gz
cleanup
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b3b37a6..b309290 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
Version 3.9
---------------------
+08/30/16: beazley
+ Fixed Issue #88. Python3 compatibility with ply/cpp.
+
08/30/16: beazley
Fixed Issue #93. Ply can crash if SyntaxError is raised inside
a production. Not actually sure if the original implementation