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);