summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2016-08-30 12:36:55 -0500
committerDavid Beazley <dave@dabeaz.com>2016-08-30 12:36:55 -0500
commitd55082d66c46cb58061617312a0507dbcde51055 (patch)
tree1a6d3461deae4638eaf0ea32f9e26a24ecbedf38 /CHANGES
parent40dbd98451aaead653d1282ed88c8bd67b870dbd (diff)
downloadply-d55082d66c46cb58061617312a0507dbcde51055.tar.gz
Fixed Issue #97. Validation of files when original .py file isn't present.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5c2f48c..ce468c9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,11 @@
Version 3.9
---------------------
08/30/16: beazley
+ Fixed Issue #97. Failure with code validation when the original
+ source files aren't present. Validation step now ignores
+ the missing file.
+
+08/30/16: beazley
Minor fixes to version numbers.
Version 3.8