diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-02-19 16:08:32 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-02-19 16:08:32 -0500 |
| commit | a8a49c4aab1410a11b8e75e5003b0df88875d2c9 (patch) | |
| tree | 3602a4bc08ee5829e7789eee262dd9aa6ce4d78c /CHANGES.txt | |
| parent | 43ed305c15d7da6c5b0a1f42e0ded028105a05df (diff) | |
| download | python-setuptools-git-a8a49c4aab1410a11b8e75e5003b0df88875d2c9.tar.gz | |
Update changelog to reflect new findings.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
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 ------ |
