summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2016-07-15 09:10:42 +0200
committerStefan Behnel <stefan_ml@behnel.de>2016-07-15 09:10:42 +0200
commit27d7795ce424cd710431c47ab4cb29111f1a3e9c (patch)
tree769b6fc5fbc6073b505047bebca200e0245a41d2
parent530ced30645e3f3b357f351cce660b52d579bfb4 (diff)
downloadcython-0.24.1.tar.gz
changelog0.24.1
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 3861625b7..f78b88ffe 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -17,6 +17,9 @@ Bugs fixed
* Coroutines and generators were lacking the ``__module__`` special attribute.
+* C++ ``std::complex`` values failed to auto-convert from and to Python complex
+ objects.
+
* Namespaced C++ types could not be used as memory view types due to lack of
name mangling. Patch by Ivan Smirnov.