From 06cd77834c4d4d91e30c6c8e08e363f89c64e5c5 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 7 May 2022 08:38:35 +0100 Subject: [PATCH] Add PyPy fix to changes file --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index f14dc24ad..a8975a03f 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,10 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.1.0 (in progress) =========================== +2022-05-07: KrisThielemans + [Python] Fix "too many initializers for 'PyHeapTypeObject'" errors + using PyPy 3.8 and later. + 2022-05-04: wsfulton [C#] Add C# wchar_t * director typemaps