From c02cd09d7f1fef2cb09ac89bd0d3bf7baa2d9569 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@4965 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index ed647a451..324bba9d2 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/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.