*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8935 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-03-02 23:30:46 +00:00
commit 91b557c59e

View file

@ -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).