Commit 27d7795c authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent 530ced30
......@@ -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.
......
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