summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2017-01-31 12:30:06 -0600
committerDavid Beazley <dave@dabeaz.com>2017-01-31 12:30:06 -0600
commitd951379d84450bdaa996a7201f62fce294ae02d3 (patch)
tree5ee2bdf50c26e2c2e167c7ccc5783d41f7f0533f /CHANGES
parent2ba2f31e3890abae5af884d3df60eb0b506b1ec7 (diff)
downloadply-d951379d84450bdaa996a7201f62fce294ae02d3.tar.gz
Updated dates. Release info3.10
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a974a7c..815c231 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
Version 3.10
---------------------
+01/31/17: beazley
+ Changed grammar signature computation to not involve hashing
+ functions. Parts are just combined into a big string.
+
10/07/16: beazley
Fixed Issue #101: Incorrect shift-reduce conflict resolution with
precedence specifier.