From 15a09ffbdc9e45f1f99da62391b797e0815f8706 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 7 Apr 2018 12:34:39 +0100 Subject: [PATCH] Add changes entry for Ruby %alias fix for global functions --- CHANGES.current | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 84842a830..72764c694 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.0 (in progress) =========================== +2018-04-07: goatshriek + [Ruby] #1213 Fix ruby %alias directive for global C/C++ functions. + 2018-04-03: olly [Ruby] Fix to pass Qnil instead of NULL to rb_funcall(), which silences GCC -Wconversion-null warning (on by default with recent GCC).