From 7e5fa23c5f6641c6051cb3f14640398d52b26748 Mon Sep 17 00:00:00 2001 From: Xavier Delacour Date: Tue, 17 May 2011 16:11:26 +0000 Subject: [PATCH] more CHANGES.current edits git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12679 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 581b1f7b0..762cb17bf 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,10 @@ Version 2.0.4 (in progress) 2011-05-16: xavier98 [octave] Fix an incompatibility with never versions of Octave. Case on Octave API >= 40 to handle rename of Octave_map to octave_map. + [octave] Add support for y.__rop__(x) operators when x.__op__(y) doesn't exist. + [octave] Allow global operators to be defined by SWIG-wrapped functions. + [octave] Fix several bugs around module namespaces; add -global, -noglobal, + -globals command line options to the module. 2011-05-14: wsfulton %varargs when used with a numeric argument used to create an additional argument