Commit 5b3c82cb authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.24.x'

parents 135da779 27d7795c
......@@ -50,6 +50,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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment