From 3530b3356c747066f46d9ce75b13562cddd748b9 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 8 Jan 2022 16:29:18 +0000 Subject: [PATCH] Add recent change to changes file --- CHANGES.current | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index fc56246c6..6632f0126 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,11 +7,17 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.1.0 (in progress) =========================== +2022-01-04: juierror + [Go] #2045 Add support for std::array in std_array.i. + 2021-12-18: olly [PHP] Add PHP keyword 'readonly' (added in 8.1) to the list SWIG knows to automatically rename. This keyword is special in that PHP allows it to be used as a function (or method) name. +2021-12-07: vstinner + [Python] #2116 Python 3.11 support: use Py_SET_TYPE() + 2021-12-05: rwf1 [Octave] #2020 #1893 Add support for Octave 6 up to and including 6.4. Also add support for compiling with -Bsymbolic which is used by default