From 55ca36a01699cb61f3918b0ece41855067d8a39e Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Sat, 7 Oct 2017 12:01:47 +1300 Subject: [PATCH] Add CHANGES.current entry --- CHANGES.current | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 75e4c1fe2..a9b189dc1 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -6,6 +6,11 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.0.0 (in progress) =========================== +2017-10-07: olly + Fix preprocessor handling of empty macro arguments to match that of + C/C++ compilers. Fixes https://github.com/swig/swig/pull/1111 and + https://sourceforge.net/p/swig/bugs/826/ + 2017-10-06: wsfulton [Python] Issue #1108. Fix platorm inconsistency in Python default argument handling. 32 bit and 64 bit compiled versions of SWIG generated different Python files