Add changes file entry for missing nested destructor wrapper fix

Issue #1359
This commit is contained in:
William S Fulton 2018-12-06 08:57:21 +00:00
commit ebb3eb725a

View file

@ -7,6 +7,11 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.0.0 (in progress)
===========================
2018-12-06: vadz
#1359 #1364 Add missing nested class destructor wrapper when the nested class is
inside a template. Removes associated bogus 'Illegal destructor name' warning. Only
occurred when the nested class' destructor is explicitly specified.
2018-12-04: wsfulton
[Python] #1282 Fix running 'python -m' when using 'swig -builtin'