summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-04-29 13:52:13 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-05-01 08:45:46 +0200
commitdcac2aa37b69db2439f90cb3d9725889c7090c10 (patch)
tree13394ac51ef821a97bdb4bb0f82209448c8a3a61
parent305e6ed0b2a3ca0d88a75014dcc9282552887311 (diff)
downloadcython-dcac2aa37b69db2439f90cb3d9725889c7090c10.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index c7c8b022a..be52fe5fd 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -13,6 +13,10 @@ Bugs fixed
* Error handling early in the module init code could lead to a crash.
+* When importing the old Cython ``build_ext`` integration with distutils, the
+ additional command line arguments leaked into the regular command.
+ Patch by Kamekameha. (Github issue #2209)
+
0.29.17 (2020-04-26)
====================