From bb374f4a4936892f9e105bc0bb196e2c4b4d4a69 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Tue, 14 Dec 2004 01:28:34 +0000 Subject: [PATCH] add comment for smart pointers git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6875 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 72264b8d0..1495a2894 100644 --- a/README +++ b/README @@ -75,6 +75,8 @@ SWIG-1.3.24 summary: - More runtime library options - More bugs fixes for templates and template default arguments, directors and other areas. +- Better smart pointer support, including data members, static members + and %extend. SWIG-1.3.23 summary: - Improved support for callbacks