From 0034b3572efbcd7de9c5a05dc68e7fa5f62e963e Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 7 Oct 2020 22:42:56 +0100 Subject: [PATCH] Update changes file --- CHANGES.current | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 1a093e716..63548c672 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) =========================== +2020-10-07: treitmayr + [Python] #1812 Fix error handling in pybuffer.i PyObject_GetBuffer(). + 2020-10-07: treitmayr #1824 Add missing space in director method declaration returning const pointer.