Update changes file with complex fixes

This commit is contained in:
William S Fulton 2020-10-10 15:27:22 +01:00
commit 8edb047785

View file

@ -7,6 +7,12 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.1.0 (in progress)
===========================
2020-10-10: lpsinger
#1770 Correct C complex support.
_Complex is now parsed as a keyword rather than complex as per the C99 standard.
The complex macro is available in the ccomplex.i library file along with other
complex number handling provided by the complex.h header.
2020-10-07: treitmayr
[Python] #1812 Fix error handling in pybuffer.i PyObject_GetBuffer().