From e00f6e07af2039b6a02bb6eeaaaf37b250d219c4 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 25 May 2005 21:39:24 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7223 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.current b/CHANGES.current index c63ffeac2..f7ca7b849 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -14,7 +14,7 @@ Version 1.3.25 (In progress) 05/25/2005: wsfulton Fix for exception specifications previously being ignored in classes that inherited methods from 'using' declarations, eg calls to Derived::bar below will convert C++ exceptions into - a target language exception/error, like it would for Base::Bar. + a target language exception/error, like it always has done for Base::Bar. class Base { virtual bar() throw (std::string);