aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-08-20 18:27:10 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-08-20 18:27:10 -0400
commit6883ff3b2832a0197d52d3d8f0640ae41f52b312 (patch)
treed40462ec7e64c554237b1a488bd97183609ed2a6
parent0a603394831bbd9d837994aea5fa0342cc7b0291 (diff)
downloadexternal_python_setuptools-6883ff3b2832a0197d52d3d8f0640ae41f52b312.tar.gz
external_python_setuptools-6883ff3b2832a0197d52d3d8f0640ae41f52b312.tar.bz2
external_python_setuptools-6883ff3b2832a0197d52d3d8f0640ae41f52b312.zip
Update changelog
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index e23c4e94..5e5bd614 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -14,6 +14,9 @@ v26.0.0
the name of the entry point, consistent with the behavior in
distlib and pip wrappers.
+* #752 via #753: When indicating ``py_limited_api`` to Extension,
+ it must be passed as a keyword argument.
+
v25.4.0
-------