From 9d1244c712c0345aae246f2e3c3da4ebbbcc2567 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 30 Dec 2019 23:52:39 +0000 Subject: [PATCH] Add changes entry for Ruby -globamodule fix --- CHANGES.current | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 09facd90b..d6bc68dab 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.2 (in progress) =========================== +2019-12-30: treitmayr + [Ruby] #1653 #1668 Fix code generated when using -globalmodule option. + 2019-12-10: wsfulton #1679 Fix parsing of C++11 identifiers with special meaning (final and override) when they are used as part of the scope name of an identifier, such as a namespace name.