summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2012-10-15 07:00:33 -0500
committerDavid Beazley <dave@dabeaz.com>2012-10-15 07:00:33 -0500
commitea6129fd53ce0b7161dc274ff002642b69f035a1 (patch)
tree7d3caf63d241b044af5841bf1e13c9142fb0bc6b /CHANGES
parent6437a744b6c5cf885cb7e4a01efc9c1b17582675 (diff)
downloadply-ea6129fd53ce0b7161dc274ff002642b69f035a1.tar.gz
recent changes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 16f83cd..1f90658 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,13 @@
Version 3.5
---------------------
+10/15/12: beazley
+ Fixed comment whitespace processing bugs in ply/cpp.py.
+ Reported by Alexei Pososin.
+
+10/15/12: beazley
+ Fixed token names in ply/ctokens.py to match rule names.
+ Reported by Alexei Pososin.
+
04/26/12: beazley
Changes to functions available in panic mode error recover. In previous versions
of PLY, the following global functions were available for use in the p_error() rule: