From 1321375e013425958ea090b55aecae0a4b7face6 Mon Sep 17 00:00:00 2001 From: David Beazley Date: Wed, 1 Jan 2020 09:51:19 -0600 Subject: initial year-end cleanup. --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES') 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 -- cgit v1.2.1