From 79620b10a993f3d735a29ff6f16552e43fb8f533 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 20 Apr 2017 08:16:50 +0100 Subject: [PATCH] Add changes entry for enhanced Ruby shared_ptr in containers support --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 2d5e841ea..9ea6662cc 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,10 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 3.0.13 (in progress) ============================ +2017-04-20: tamuratak + [Ruby] #930, #937 - Fix containers of std::shared_ptr. + Upcasting, const types (eg vector>) and NULL/nullptr support added. + 2017-04-12: smarchetto [Scilab] New parameter targetversion to specify the Scilab target version (5, 6, ..) for code generation With Scilab 6 target specified, identifier names truncation is disabled (no longer necessary)