From b083bf16283c5ae140f123fa9a5a09ca6b5f3077 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 1 Nov 2003 00:56:01 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5227 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index a193140f7..1e5417231 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,5 +1,10 @@ Version 1.3.20 (In progress) ============================ +10/31/2003: cheetah (William Fulton) + [C#] Fix since introducing the exception and std::string delegates. + The fix overcomes linker errors when using more than one SWIG module. + Problem reported by Andreas Schörk. + 10/31/2003: beazley Incorporated patch: [ 823302 ] Incr Tcl support. Contributed by Alexey Dyachenko.