From f81042057b9d7b95eb755a5be8bcbf4ff5fc8aaf Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 27 Sep 2014 16:55:46 +0100 Subject: [PATCH] Add changes note for #208 - array_functions initialisation --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index d8ce4ea48..6bc9262c6 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -5,6 +5,10 @@ See the RELEASENOTES file for a summary of changes in each release. Version 3.0.3 (in progress) =========================== +2014-09-27: wsfulton + Patch #208 - Initialise newly created array when using array_functions in the + carrays.i library (C++ usage). + 2014-09-27: wsfulton [Ruby] Patch #187 - Fix crash on shutdown of the Ruby interpreter if more than one module was loaded at a time when data is being shared between modules.