From b84cd9c53eb3944b00151f99d526bc92f3394875 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 7 Oct 2020 22:29:56 +0100 Subject: [PATCH] Update changes file --- CHANGES.current | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 1e88a89d4..1a093e716 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,13 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.1.0 (in progress) =========================== +2020-10-07: treitmayr + #1824 Add missing space in director method declaration returning + const pointer. + +2020-10-07: adelva1984 + #1859 Remove all (two) exceptions from SWIG executable. + 2020-09-25: wsfulton [C#, Java] #1874 Add ability to change the modifiers for the interface generated when using the %interface macros.