summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2019-01-19 16:17:36 -0600
committerDavid Beazley <dave@dabeaz.com>2019-01-19 16:17:36 -0600
commitdca6c606d63d4729a395f30953456b0f00d4f443 (patch)
tree3ae94e63887ee3c6229fb03123521420e6b355d4
parent07911e13e3aecd46530319a4e311dcf337742661 (diff)
downloadply-dca6c606d63d4729a395f30953456b0f00d4f443.tar.gz
Updated CHANGES
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 55674bc..9a90a55 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/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
+ related to the lack of a specified Unicode encoding on reading
+ text files.
+
12/22/18 Incorporated some minor changes to eliminate warning messages
related to open() calls.