aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorVadim Zeitlin <vz-swig@zeitlins.org>2013-11-27 15:44:46 +0100
committerVadim Zeitlin <vz-swig@zeitlins.org>2013-12-03 23:45:20 +0100
commited28725a15fb2b0a967e3e049a1bd43429e1a336 (patch)
treeed3f735d3503c7923490dd1484bbd96b97ddbbdb /CHANGES.current
parent9d3fc0069c5e62dff004f951e34bd75b47c397f0 (diff)
downloadswig-ed28725a15fb2b0a967e3e049a1bd43429e1a336.tar.gz
Add std_auto_ptr.i defining typemaps for returning std::auto_ptr<>.
These typemaps are currently defined for C#, Java and Python only and the tests are provided only for these languages. Also add a brief description of the new header to the documentation.
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index c587ff07f..f3d9130a4 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -5,6 +5,9 @@ See the RELEASENOTES file for a summary of changes in each release.
Version 3.0.0 (in progress)
============================
+2013-11-27: vadz
+ Add std_auto_ptr.i defining typemaps for returning std::auto_ptr<>.
+
2013-11-09: wsfulton
[C#] Apply patch #79 from Brant Kyser
- Remove using directives from the generated C# code and fully qualify the use of all .NET