From e321ee30f052ae6bb4d0a5254e8770d16131144e Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 31 Jan 2020 22:28:24 +0000 Subject: [PATCH] Changes file correction --- CHANGES | 3 --- CHANGES.current | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 4a38b1fd6..fe8696760 100644 --- a/CHANGES +++ b/CHANGES @@ -8,9 +8,6 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.0.1 (21 Aug 2019) =========================== -2019-09-09: vadz - [Ruby] Add std::auto_ptr<> typemaps. - 2019-08-20: TekuConcept [Javascript] #1535 Add %native support to Javascript. diff --git a/CHANGES.current b/CHANGES.current index e2a690448..75043b3ea 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.0.2 (in progress) =========================== +2020-01-31: vadz + [Ruby] Add std::auto_ptr<> typemaps. + 2020-01-31: ZackerySpytz [Python] #1700 More robust error checking for failures in calls to Python C API: PyBytes_AsStringAndSize() and PyString_AsStringAndSize().