summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2013-05-29 15:13:13 -0500
committerDavid Beazley <dave@dabeaz.com>2013-05-29 15:13:13 -0500
commitd1d655989f9a0fe3fe703bb901f7512340ef6539 (patch)
tree04c192af42f015da503ad967f4df04cf53dc6088 /CHANGES
parent585072d754348fd6a6277a2315c4ec7801621cbc (diff)
downloadply-d1d655989f9a0fe3fe703bb901f7512340ef6539.tar.gz
Added a .gitignore file
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d170240..a2b3ae7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
Version 3.5
---------------------
05/29/13: beazley
+ Added a .gitignore file. Suggested by Kenn Knowles.
+
+05/29/13: beazley
Fixed validation problems for source files that include a
different source code encoding specifier. Fix relies on
the inspect module. Should work on Python 2.6 and newer.