aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-04-24 23:09:49 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-04-24 23:09:49 -0500
commit89509b570ffeed71361942b5f13fb07b1e6abf6b (patch)
tree9acc966cb13847dfafc81a8c3ede0cf0af6f257c
parent4bf7cb1bdcd6c735a94b77ae8ed13875f2365741 (diff)
downloadexternal_python_setuptools-89509b570ffeed71361942b5f13fb07b1e6abf6b.tar.gz
external_python_setuptools-89509b570ffeed71361942b5f13fb07b1e6abf6b.tar.bz2
external_python_setuptools-89509b570ffeed71361942b5f13fb07b1e6abf6b.zip
Update changelog
-rw-r--r--CHANGES.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index e0e3828d..aee09f14 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -9,6 +9,8 @@ v20.10.0
deterministic order, matching the order generated
by earlier versions of Python. Except on Python 2.6,
order is preserved when existing settings are present.
+* #556: Update to Packaging 16.7, restoring support
+ for deprecated ``python_implmentation`` marker.
v20.9.0
-------