From dc5966ffa9f9c64201ebbd2c9cde90472b58fc94 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Sun, 13 Mar 2011 22:05:33 +0000 Subject: [PATCH] Mention D nspace support in CHANGES.current. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12535 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 444f1f44e..eeac578fd 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -5,6 +5,9 @@ See the RELEASENOTES file for a summary of changes in each release. Version 2.0.3 (in progress) =========================== +2011-03-13: klickverbot + [D] Extended support for C++ namespaces (nspace feature). + 2011-03-12: olly [PHP] Fix sharing of type information between multiple SWIG-wrapped modules (SF#3202463).