summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2021-12-02 08:56:00 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2021-12-02 09:01:31 +0000
commite2384796f0e389fe6f3da9b247db9624cb06aeda (patch)
treef960790f0c2b120a16ace147e479678e9fb01cc8
parentbe51cb6a6e004499321b8ba680dc2e72e69a2a2f (diff)
downloadswig-e2384796f0e389fe6f3da9b247db9624cb06aeda.tar.gz
Add Python embedded interpreters fix to changes file
-rw-r--r--CHANGES.current3
1 files changed, 3 insertions, 0 deletions
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