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().