diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-04-20 09:55:04 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-04-20 09:55:04 -0400 |
commit | 7ec2dd5ec7eb6ff7c2bc7f4aedd21a73c5d399a3 (patch) | |
tree | e506e6cb7c5efcd4d7cb031352774de68e3f3cdd | |
parent | ae8574c0652f2f25c84521dd26af0688f9882fa2 (diff) | |
download | python-setuptools-git-7ec2dd5ec7eb6ff7c2bc7f4aedd21a73c5d399a3.tar.gz |
Update changelog. Closes #553.
-rw-r--r-- | CHANGES.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 7d3ce2fc..e0e3828d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,14 @@ CHANGES ======= +v20.10.0 +-------- + +* #553: egg_info section is now generated in a + deterministic order, matching the order generated + by earlier versions of Python. Except on Python 2.6, + order is preserved when existing settings are present. + v20.9.0 ------- |