From dfe936bc428bd63c05c11ce3c7d125d3e23d6eab Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Mon, 28 Jul 2003 22:09:14 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4965 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index ed647a451..324bba9d2 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,5 +1,8 @@ Version 1.3.20 (In progress) ============================ +07/28/2003: beazley + Improved run-time error message for pointers in Python module. + Contributed by Zooko. 07/10/2003: ballabio (Luigi Ballabio) [Almost all languages] Wrappers for std::pair added.