summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2020-01-01 09:51:19 -0600
committerDavid Beazley <dave@dabeaz.com>2020-01-01 09:51:19 -0600
commit1321375e013425958ea090b55aecae0a4b7face6 (patch)
tree9569e16dde14372391142bc0d80ff0f90d72215b /CHANGES
parentf6d78006324079bfe824422b9a21dc91811ecfa2 (diff)
downloadply-1321375e013425958ea090b55aecae0a4b7face6.tar.gz
initial year-end cleanup.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9a90a55..471331a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,12 @@ maintained as a mature library. No new features are planned, but
issues and pull requests for bugs are still welcome. Any changes to the
software will be noted here.
+01/01/20 Added an install.py script to make it easy to install PLY into
+ virtual environment if you just want to play with it.
+
+01/01/20 Some project reorganization. Moved the preprocessor and ctokens
+ file to the examples directory. Bumped the version number.
+
01/19/19 Some improvements to the preprocessor module contributed by
Rob Reilink. Issue #195 fixes the evaluation of expressions
such as #if a != b. Issue #196 fixes some some issues