Commit 372efbe8 authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent 6254fcc6
......@@ -82,7 +82,8 @@ Bugs fixed
* ``cpdef void`` methods are now permitted.
* ``abs(cint)`` could fail to compile in MSVC. Patch by David Vierra.
* ``abs(cint)`` could fail to compile in MSVC and used sub-optimal code
in C++. Patch by David Vierra, original patch by Michael Enßlin.
* Buffer index calculations using index variables with small C integer
types could overflow for large buffer sizes. Original patch by
......
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