summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <mozo@mozo.jp>2017-02-13 04:42:08 +0900
committerMoriyoshi Koizumi <mozo@mozo.jp>2017-02-13 04:46:05 +0900
commitf33cfac393676065088bf7b704207bdcda0fdd4f (patch)
tree0cd781091bba984d0e1d5ea1de1e10d8da17a029
parent57fa89ac2d7461995b7191aeab8a027a86d73120 (diff)
downloadpython-setuptools-git-f33cfac393676065088bf7b704207bdcda0fdd4f.tar.gz
Description for the change.
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 8db3c688..16fcbcc7 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,6 +4,10 @@ v34.2.0
* #966: Add support for reading dist-info metadata and
thus locating Distributions from zip files.
+* #968: Allow '+' and '!' in egg fragments
+ so that it can take package names that contain
+ PEP 440 conforming version specifiers.
+
v34.1.1
-------