From ebb3eb725a7e6a80cbaa1d98226c6aba02ba9c08 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 6 Dec 2018 08:57:21 +0000 Subject: [PATCH] Add changes file entry for missing nested destructor wrapper fix Issue #1359 --- CHANGES.current | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index e08aa5cb6..c484ef6c0 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -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'