From a8a49c4aab1410a11b8e75e5003b0df88875d2c9 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 19 Feb 2016 16:08:32 -0500 Subject: Update changelog to reflect new findings. --- CHANGES.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 ------ -- cgit v1.2.3