From d2711ebd88910c02cc73ed2ea951ef692b111b47 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Wed, 26 Feb 2003 19:14:06 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4403 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index 3bddac142..77dace50b 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,6 +1,9 @@ Version 1.3.18 (In progress) ============================ -02/25/2003: beazley +02/26/2003: beazley + Fixed [ 642112 ] Constants char bug. + +02/26/2003: beazley Fixed [ 675337 ] Partial template specialization not entirely working. There was a subtle problem related to the naming and ordering of template partial specialization arguments. Matching worked okay,