summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-12-13 21:11:50 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-12-13 21:11:50 -0500
commit3943cf41ef2477fa85189e4bf8341fb618cac7c8 (patch)
treec022baa8e116f92e88f44819e2dbddc203864d4d
parentd9125bcb60fa2e1a5270259dad6b6a94c8f61cde (diff)
downloadpython-setuptools-git-3943cf41ef2477fa85189e4bf8341fb618cac7c8.tar.gz
Update changelog following fix for #885.
-rw-r--r--CHANGES.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 1638c407..7d6386c2 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,10 @@
+v31.0.1
+-------
+
+* #885: Fix regression where 'pkg_resources._rebuild_mod_path'
+ would fail when a namespace package's '__path__' was not
+ a list with a sort attribute.
+
v31.0.0
-------