aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-12-03 09:22:53 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-12-03 09:22:53 -0500
commit03083d6f1596aaee9c7c46e58e57e8127b17dd2a (patch)
tree58e576ce28ca16a8ca02934ce414c957efa334a8
parent3e6669a76fefd466717df655b5975a7d290b593c (diff)
downloadexternal_python_setuptools-03083d6f1596aaee9c7c46e58e57e8127b17dd2a.tar.gz
external_python_setuptools-03083d6f1596aaee9c7c46e58e57e8127b17dd2a.tar.bz2
external_python_setuptools-03083d6f1596aaee9c7c46e58e57e8127b17dd2a.zip
Update changelog. Ref #853.
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 494c8489..096d77bf 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,6 +4,10 @@ v30.1.0
* #846: Also trap 'socket.error' when opening URLs in
package_index.
+* #849: Manifest processing now matches the filename
+ pattern anywhere in the filename and not just at the
+ start. Restores behavior found prior to 28.5.0.
+
v30.0.0
-------