summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-01-08 16:29:18 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-01-08 16:29:18 +0000
commit3530b3356c747066f46d9ce75b13562cddd748b9 (patch)
treedfc8f43ecf62391cc0bd3d1a0ea105cb45a268ab
parentd73f933c4bb5ca1f327870554f75a87372964162 (diff)
downloadswig-3530b3356c747066f46d9ce75b13562cddd748b9.tar.gz
Add recent change to changes file
-rw-r--r--CHANGES.current6
1 files changed, 6 insertions, 0 deletions
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