summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-04-25 09:39:33 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-04-25 09:39:33 +0200
commit8000fc57985d703e8158a6817b9ab51838370f71 (patch)
treee93aeac2c64fd64cd79055c83335a2de1aa1aa9e
parentfb41108bca2f5874957b29f1a2e0db6bba438255 (diff)
downloadcython-8000fc57985d703e8158a6817b9ab51838370f71.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 12d87cf49..c3a4f5657 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -23,6 +23,10 @@ Bugs fixed
* Decoding an empty bytes/char* slice with large bounds could crash.
Patch by Sam Sneddon. (Github issue #3534)
+* Re-importing a Cython extension no longer raises the error
+ "``__reduce_cython__ not found``".
+ (Github issue #3545)
+
* Unused C-tuples could generate incorrect code in 0.29.16.
Patch by Kirk Meyer. (Github issue #3543)