From fecc4f246e75c83649286474a75fd331f32f287b Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 15 May 2018 22:38:30 +0100 Subject: [PATCH] Add changes entry for csconstruct, dconstruct and javaconstruct fix --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 4da8b846a..1b028f301 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,10 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.0.0 (in progress) =========================== +2018-05-15: wsfulton + [C#, D, Java] Fix lookup of csconstruct, dconstruct and javaconstruct typemaps. + The C++ namespace was previously ignored when looking up the typemap. + 2018-05-15: wsfulton [Javascript] Fix generated C++ code when using %nspace on namespaces that are more than two levels deep.