aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-03-06 06:24:27 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-03-06 06:24:27 -0500
commit468929dc9320a78926dd1cacd8353bdfe8fdedd1 (patch)
treec4691e27f86ca53b69fee9e43a357a27e55d96f1 /CHANGES.txt
parent2610eb2913cccd2e7264f47a79bdbf772611764a (diff)
downloadexternal_python_setuptools-468929dc9320a78926dd1cacd8353bdfe8fdedd1.tar.gz
external_python_setuptools-468929dc9320a78926dd1cacd8353bdfe8fdedd1.tar.bz2
external_python_setuptools-468929dc9320a78926dd1cacd8353bdfe8fdedd1.zip
Restore support for Python 2.6 in bootstrap script. Fixes #157.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 572280b7..2974a3b0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,13 @@
CHANGES
=======
+-----
+3.0.1
+-----
+
+* Issue #157: Restore support for Python 2.6 in bootstrap script where
+ ``zipfile.ZipFile`` does not yet have support for context managers.
+
---
3.0
---