aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-09 09:57:04 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-09-09 09:57:04 -0400
commit18f4f4f56e4dfeeb152e86b4a84f84256ff0b57a (patch)
tree917914588e90a21441317191eabf4ce2acab45d4
parente2a80361d3525e6abacf31ecaa66b86bab2cfc04 (diff)
downloadexternal_python_setuptools-18f4f4f56e4dfeeb152e86b4a84f84256ff0b57a.tar.gz
external_python_setuptools-18f4f4f56e4dfeeb152e86b4a84f84256ff0b57a.tar.bz2
external_python_setuptools-18f4f4f56e4dfeeb152e86b4a84f84256ff0b57a.zip
Update changelog
-rw-r--r--CHANGES.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index a45575ac..9a48c1cb 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,7 @@
CHANGES
=======
+
v27.0.0
-------
@@ -24,6 +25,11 @@ v27.0.0
site, but the command is now deprecated. Users are urged to use
Read The Docs instead.
+* #776: Use EXT_SUFFIX for py_limited_api renaming.
+
+* #774 and #775: Use LegacyVersion from packaging when
+ detecting numpy versions.
+
v26.1.1
-------