From 91b557c59e159985f2ff23ebb6c502d2badfe030 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 2 Mar 2006 23:30:46 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8935 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index 11df1ff2b..08737acf0 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,6 +1,12 @@ Version 1.3.29 (In progress) ============================ +03/02/2006: wsfulton + [C#] + Add support for inner exceptions. If any of the delegates are called which construct + a pending exception and there is already a pending exception, it will create the new + exception with the pending exception as an inner exception. + 03/02/2006: wsfulton [Php] Added support for Php5 exceptions if compiling against Php5 (patch from Olly Betts).