summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-04-20 09:55:04 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-04-20 09:55:04 -0400
commit7ec2dd5ec7eb6ff7c2bc7f4aedd21a73c5d399a3 (patch)
treee506e6cb7c5efcd4d7cb031352774de68e3f3cdd
parentae8574c0652f2f25c84521dd26af0688f9882fa2 (diff)
downloadpython-setuptools-git-7ec2dd5ec7eb6ff7c2bc7f4aedd21a73c5d399a3.tar.gz
Update changelog. Closes #553.
-rw-r--r--CHANGES.rst8
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
-------