diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-04-15 09:01:42 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-04-15 09:01:42 -0400 |
commit | 66ec87700c358bcce3805f6be6da3e7d71519e03 (patch) | |
tree | b58ff323179b8bfc8a9a81922cefcc62ac576eaa | |
parent | d8fda18abfeff18dd1b1588fbca707d1b2b14214 (diff) | |
download | python-setuptools-git-15.1.tar.gz |
Update changelog15.1
-rw-r--r-- | CHANGES.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 012d8593..50064f68 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,7 @@ CHANGES ---- * Updated Packaging to 15.1 to address Packaging #28. +* Fix ``setuptools.sandbox._execfile()`` with Python 3.1. ---- 15.0 |