Commit 7a974e4e authored by Stefan Behnel's avatar Stefan Behnel

Update changelog.

parent 67a9e572
......@@ -16,6 +16,10 @@ Bugs fixed
* Error handling in ``cython.array`` creation was improved to avoid calling
C-API functions with an error held.
* Memory view slicing generated unused error handling code which could negatively
impact the C compiler optimisations for parallel OpenMP code etc.
(Github issue #2987)
* Complex buffer item types of structs of arrays could fail to validate.
Patch by Leo and smutch. (Github issue #1407)
......
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