Changes file correction

This commit is contained in:
William S Fulton 2020-01-31 22:28:24 +00:00
commit e321ee30f0
2 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

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