From d3ed1b773a0348b53ce5fbb0598bebf8c76b0345 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Tue, 25 Feb 2003 21:14:25 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4392 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 6c0a85d49..8cf9733bf 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,6 +1,10 @@ Version 1.3.18 (In progress) ============================ +02/25/2003: beazley + Fixed [ 635347 ] Compilation warning from libpy.c. + Reported by Daniel L. Rall. + 02/25/2003: beazley Fixed a subtle problem with virtual method implementation checking and typedef.