From e0935404a8bb7dae1c984149448ce655a030123e Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 5 Dec 2021 22:31:05 +0000 Subject: [PATCH] Add Octave 6 to changes file --- CHANGES.current | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index f87ba0afe..cadbbadfb 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,11 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.1.0 (in progress) =========================== +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 + by mkoctfile. + 2021-12-02: jsenn [Python] #2102 Fixed crashes when using embedded Python interpreters.