summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2012-04-18 07:54:26 -0500
committerDavid Beazley <dave@dabeaz.com>2012-04-18 07:54:26 -0500
commita7017ab4c0e4326b9aa08c6738439468b7888a46 (patch)
tree499ce684da3fcf9db4d9e8be87553dbbcfb1ad4f /CHANGES
parent2ded29521dc92f39db5caa3bfd7021f53bb2113d (diff)
downloadply-a7017ab4c0e4326b9aa08c6738439468b7888a46.tar.gz
Minor changes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 34bf50f..7b2ac85 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,21 @@
+Version 3.5
+---------------------
+04/18/12: beazley
+ Fixed issue #1: Fixed _tabversion. It should use __tabversion__ instead of __version__
+ Reported by Daniele Tricoli
+
+04/18/12: beazley
+ Fixed issue #8: Literals empty list causes IndexError
+ Reported by Walter Nissen.
+
+04/18/12: beazley
+ Fixed issue #12: Typo in code snippet in documentation
+ Reported by florianschanda.
+
+04/18/12: beazley
+ Fixed issue #10: Correctly escape t_XOREQUAL pattern.
+ Reported by Andy Kittner.
+
Version 3.4
---------------------
02/17/11: beazley