diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-12-20 23:36:23 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-12-20 23:36:23 -0500 |
commit | adf71a781816d61db524441fcce2c097106a73b5 (patch) | |
tree | 6bd0b79188da358192cc4095890bad3cfa510321 | |
parent | db23abf7ef8422013c2a5151f39bae0238a61804 (diff) | |
download | python-setuptools-git-adf71a781816d61db524441fcce2c097106a73b5.tar.gz |
Add changelog. Ref #2497.
-rw-r--r-- | changelog.d/2497.breaking.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/2497.breaking.rst b/changelog.d/2497.breaking.rst new file mode 100644 index 00000000..eef6a5ac --- /dev/null +++ b/changelog.d/2497.breaking.rst @@ -0,0 +1 @@ +Support for PEP 440 non-conforming versions has been removed. Environments containing packages with non-conforming versions may fail or the packages may not be recognized. |