From 7cc53071997a2fce5aae01c562271d8c8f224e2d Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 12 Jul 2019 08:15:26 +0100 Subject: [PATCH] Add changes entry for std::set primitive types fix --- CHANGES.current | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 6cd1c8ff2..6a8e150e5 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,9 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.0.1 (in progress) =========================== +2019-07-12: vadz + [C#, Java] #1568 #1583 Fix std::set<> typemaps for primitive types. + 2019-07-12: vadz #1566 #1584 Regression in 4.0.0 - fix missing value for first item of enums with trailing comma.