summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-08-01 15:36:08 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-08-01 15:36:08 -0400
commit59e3528c710363e167e0860aab4fd1a611cc058b (patch)
treee3d2b3b4ae943da59c67cc4c7090c519771cdffa /CHANGES.txt
parent249e5853496ec108dc78e58c003bf46315b50ffc (diff)
downloadpython-setuptools-git-59e3528c710363e167e0860aab4fd1a611cc058b.tar.gz
Correct execfile implementation for Python 2.6. Fixes #236.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 107aa093..bb5dc66f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,6 +3,12 @@ CHANGES
=======
-----
+5.4.2
+-----
+
+* Issue #236: Corrected regression in execfile implementation for Python 2.6.
+
+-----
5.4.1
-----