From 34dee11d1d70e614b95eb19463a36d627d1b5c00 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 25 Apr 2017 07:34:54 +0100 Subject: [PATCH] Add changes file entry for Lua warning fix --- CHANGES.current | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index f01a29b96..5f1a67771 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.0 (in progress) =========================== +2017-04-25: jleveque + [Lua] #959 - Fix Visual Studio C4244 conversion warnings in Lua wrappers. + 2017-04-21: tamuratak [Ruby] #964 - Add shared_ptr director typemaps.