diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-09 09:57:04 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-09 09:57:04 -0400 |
commit | 18f4f4f56e4dfeeb152e86b4a84f84256ff0b57a (patch) | |
tree | 917914588e90a21441317191eabf4ce2acab45d4 | |
parent | e2a80361d3525e6abacf31ecaa66b86bab2cfc04 (diff) | |
download | external_python_setuptools-18f4f4f56e4dfeeb152e86b4a84f84256ff0b57a.tar.gz external_python_setuptools-18f4f4f56e4dfeeb152e86b4a84f84256ff0b57a.tar.bz2 external_python_setuptools-18f4f4f56e4dfeeb152e86b4a84f84256ff0b57a.zip |
Update changelog
-rw-r--r-- | CHANGES.rst | 6 |
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 ------- |