Update changelog.

This commit is contained in:
Andrew Rogers 2018-12-04 23:09:39 +00:00 committed by William S Fulton
commit 23d62a8969

View file

@ -12,6 +12,13 @@ Version 4.0.0 (in progress)
inside a template. Removes associated bogus 'Illegal destructor name' warning. Only
occurred when the nested class' destructor is explicitly specified.
2018-12-04: adr26
[Python] #1368 AV in tp_print caused by mismatched Python/extension CRT usage
Remove all use of tp_print, as this API uses a FILE*, which can be
mismatched when modules are built with different C libraries from
the main python executable.
2018-12-04: wsfulton
[Python] #1282 Fix running 'python -m' when using 'swig -builtin'