From 9fcee578cdee2b589ec372686acc895cfd5fc84f Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 13 Mar 2012 07:15:22 +0000 Subject: [PATCH] Some clarification on recent octave improvements git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12917 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.current b/CHANGES.current index 6e36827d0..ebeb0cb71 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -12,8 +12,8 @@ Version 2.0.5 (in progress) [Octave] Use -globals . to load global variables in module namespace [Octave] Comment declaration of unimplemented function swig_register_director [Octave] Fix OCTAVE_PATH in octave Makefiles - [Octave] Fix director_nspace test - [Octave] Fix li_std_containers_int test + [Octave] Add support for nspace feature - fix director_nspace test + [Octave] Add support for std::list - fix li_std_containers_int test [Octave] Fix imports test 2012-02-16: wsfulton