From 52f9ef7bfce7e42fa6764382da6bf4e24fdf4c72 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Tue, 27 Jun 2017 16:37:18 +1200 Subject: [PATCH] Add entry for previous commit --- CHANGES.current | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index b07e3eb7b..7373f7c97 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,12 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.0.0 (in progress) =========================== +2017-06-27: nihaln + [PHP] Update the enum and value examples to use the OO wrappers + rather than the flat functions produced with -noproxy. There's + not been a good reason to use -noproxy for since PHP5 OO wrapping + was fixed back in 2005. + 2017-06-23: m7thon [Python] fix and improve default argument handling: