summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-01-31 04:50:26 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-01-31 04:50:26 -0500
commit584a30b2a7dd601ee46ff9746d9084e3a223ecc8 (patch)
tree5d374091c8a588cbc231e91276d2dc6838207c9e
parent94e1f4c266b7fdde993c5fde05f87dcc0afd186e (diff)
downloadpython-setuptools-git-584a30b2a7dd601ee46ff9746d9084e3a223ecc8.tar.gz
Update changelog19.6.2
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 90ae01a9..a1589974 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,13 @@
CHANGES
=======
+19.6.2
+------
+
+* Issue #491: Correct regression incurred in 19.4 where
+ a double-namespace package installed using pip would
+ cause a TypeError.
+
19.6.1
------