summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorVadim Zeitlin <vz-swig@zeitlins.org>2019-09-10 01:02:23 +0200
committerVadim Zeitlin <vz-swig@zeitlins.org>2020-01-17 15:09:17 +0100
commit7cc94808b6ee645247051157ad3bee20a50d47ba (patch)
tree9b408a90d4798bac70c88e472910f9c444fda492 /CHANGES
parent7051753fdfb7d74bb1a8e419eb450bbbc6e79141 (diff)
downloadswig-7cc94808b6ee645247051157ad3bee20a50d47ba.tar.gz
Extend std::auto_ptr<> support to Ruby
This is trivial as exactly the same typemap as for Python can be used for Ruby too, all the differenced are abstracted by the unified typemap library.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fe8696760..4a38b1fd6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,9 @@ 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.