From 8a0cd59dcb9cc5e58a0bbe3530e6b836641bb7ae Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 24 Mar 2017 20:35:39 +0000 Subject: [PATCH] Add changes entry for #939 --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 717ce2ee6..a7ae33faa 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-03-24: tamuratak + [Ruby] Fix #939 - Wrapping std::vector fix due to incorrect null checks + on VALUE obj. + 2017-03-17: wsfulton [Go] Fix handling of typedef'd function pointers and typedef'd member function pointers such as: