From e2384796f0e389fe6f3da9b247db9624cb06aeda Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 2 Dec 2021 08:56:00 +0000 Subject: [PATCH] Add Python embedded interpreters fix to changes file --- CHANGES.current | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 0abed204a..f87ba0afe 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.1.0 (in progress) =========================== +2021-12-02: jsenn + [Python] #2102 Fixed crashes when using embedded Python interpreters. + 2021-11-12: wsfulton [Javascript] v8 and node only. Fix mismatched new char[] and free() when wrapping C code char arrays. Now calloc is now used instead of