summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2018-02-15 12:32:22 -0600
committerDavid Beazley <dave@dabeaz.com>2018-02-15 12:32:22 -0600
commit17a726c462e2ab2e1f769c257b218f7b72e43caf (patch)
treefe26fed54e34826a8c4cbbaf4216b74a377657f6 /CHANGES
parente8c6af0a6ebebdb4833ce31e69f8055fa54f8415 (diff)
downloadply-17a726c462e2ab2e1f769c257b218f7b72e43caf.tar.gz
Fixed token order
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 00bd607..4405007 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
Version 3.11
---------------------
02/15/18 beazley
+ Fixed some minor bugs related to re flags and token order.
+ Github pull requests #151 and #153.
+
+02/15/18 beazley
Added a set_lexpos() method to grammar symbols. Github issue #148.