From 3e47ed56144c536a4cfc8b8d5be8185cb724e1c3 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 20 May 2017 15:54:27 +0100 Subject: [PATCH] changes file update --- CHANGES.current | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.current b/CHANGES.current index 04dc7313f..c85c15335 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-05-20: jschueller + [Python] #991 Fix E731 PEP8 warning: do not assign a lambda expression + 2017-05-16: nihal95 [PHP] Add %pragma version directive to allow the version of the extension to be set. Patch #970, fixes #360. @@ -43,7 +46,7 @@ Version 4.0.0 (in progress) on VALUE obj. 2017-03-17: vadz - [C#] Add support for std::complex + [C#] #947 Add support for std::complex 2017-03-17: wsfulton [Go] Fix handling of typedef'd function pointers and typedef'd member function pointers