summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-03-07 20:40:26 +0100
committerStefan Behnel <stefan_ml@behnel.de>2020-03-07 20:40:26 +0100
commit477c1d1338efb6c160dee865d694def6f298d6a3 (patch)
treeb31842755bbdba806a90fcfad19e1d94b7893221
parent3bdba45be6855d0586aadefc535c2fe2021dd188 (diff)
downloadcython-477c1d1338efb6c160dee865d694def6f298d6a3.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 335153108..3411476f6 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -11,6 +11,9 @@ Bugs fixed
* Temporary internal variables in nested prange loops could leak into other
threads. Patch by Frank Schlimbach. (Github issue #3348)
+* Default arguments on fused functions could crash.
+ Patch by David Woods. (Github issue #3370)
+
* C-tuples declared in ``.pxd`` files could generate incomplete C code.
Patch by Kirk Meyer. (Github issue #1427)