From 18000dbc7b08e639c4055ab01ae985192be70de6 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 17 May 2016 19:09:40 +0100 Subject: [PATCH] Add changes entry for Ruby %module docstring Closes #582 --- CHANGES.current | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 5b572e04f..d84835457 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -5,6 +5,9 @@ See the RELEASENOTES file for a summary of changes in each release. Version 3.0.9 (in progress) =========================== +2016-05-17: aurelj + [Ruby] Patch #582 - add support for docstring option in %module() + 2016-05-14: wsfulton Fix #434 - Passing classes by value as parameters in director methods did not create a copy of the argument leading to invalid memory accesses if the object was used