summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-02-19 16:08:32 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-02-19 16:08:32 -0500
commita8a49c4aab1410a11b8e75e5003b0df88875d2c9 (patch)
tree3602a4bc08ee5829e7789eee262dd9aa6ce4d78c /CHANGES.txt
parent43ed305c15d7da6c5b0a1f42e0ded028105a05df (diff)
downloadpython-setuptools-git-a8a49c4aab1410a11b8e75e5003b0df88875d2c9.tar.gz
Update changelog to reflect new findings.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 2bfec5fd..63ae24fd 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,7 +10,12 @@ CHANGES
and PEP 426 implementation of environment marker support from
packaging 16.1 and PEP 508. Fixes Issue #122.
See also Pull Request #175, Pull Request #168, and
- Pull Request #164.
+ Pull Request #164. Additionally:
+ - ``Requirement.parse`` no longer retains the order of extras.
+ - ``parse_requirements`` now requires that all versions be
+ PEP-440 compliant, as revealed in #499. Packages released
+ with invalid local versions should be re-released using
+ the proper local version syntax, e.g. ``mypkg-1.0+myorg.1``.
20.1.1
------