summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2008-11-04 15:45:34 +0000
committerDavid Beazley <dave@dabeaz.com>2008-11-04 15:45:34 +0000
commitc66982f8e7dc7de7bbb73c1e40699fd22aef5eac (patch)
tree40648cfefdb76a4ba9914378c6ff5c177cc3ecf5 /CHANGES
parent3d91085e98cd5d2ddd3822793ab33bbad8287f5c (diff)
downloadply-c66982f8e7dc7de7bbb73c1e40699fd22aef5eac.tar.gz
Fixed a bug with negative stack indices
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b9695c3..30ab9c4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
Version 2.6
-----------------------------
+11/04/08: beazley
+ Fixed a bug with referring to symbols on the the parsing stack using negative
+ indices.
+
05/29/08: beazley
Completely revamped the testing system to use the unittest module for everything.
Added additional tests to cover new errors/warnings.