Add changes entry for overloading fix
This commit is contained in:
parent
6a80ec314a
commit
c8a5ed151c
1 changed files with 7 additions and 0 deletions
|
|
@ -7,6 +7,13 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
|
|||
Version 4.0.0 (in progress)
|
||||
===========================
|
||||
|
||||
2019-01-03: wsfulton
|
||||
#1202 Fix overloading of non-pointer class types in scripting languages when overloaded
|
||||
with a pointer and a NULL scripting language equivalent is used, eg None in Python.
|
||||
|
||||
The implementation changes the SWIGTYPE, SWIGTYPE& and SWIGTYPE&& typecheck typemaps to
|
||||
prevent accepting a conversion to a NULL pointer.
|
||||
|
||||
2019-01-03: ZackerySpytz
|
||||
[OCaml] #1386 Fix OCaml out-of-source test-suite
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue