From 3e2c50012712266909b9e4d46668792de2d4d8ba Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 24 Feb 2004 21:07:26 +0000 Subject: [PATCH] no message git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5741 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index 9dcf79844..dd082684d 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,6 +1,10 @@ Version 1.3.22 (in progress) ================================== +02/24/2004: cheetah (William Fulton) + [C#] New commandline option -namespace . This allows one to specify + a C# namespace into which all C# classes are generated. + 02/23/2004: mkoeppe (Matthias Koeppe) [MzScheme] Use FUNC_NAME rather than a bogus typemap variable for signalling errors. Call scheme_wrong_type with a zero-based argument number.