summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2016-08-01 07:03:42 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2016-08-01 07:03:42 +0100
commit2740812970382202fe97e52f7c881eaa71c2e7c0 (patch)
treec2305ea2401d031afd7f80674eb440705e153392
parent4ab3af90cb203572203291ddf99e50ef7cba77bd (diff)
downloadswig-2740812970382202fe97e52f7c881eaa71c2e7c0.tar.gz
changes entry for vector<T *> fix
-rw-r--r--CHANGES.current4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 075c00ef6..6dfac62d4 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -5,6 +5,10 @@ See the RELEASENOTES file for a summary of changes in each release.
Version 3.0.11 (in progress)
============================
+2016-07-01: wsfulton
+ Fix corner case of wrapping std::vector of T pointers where a pointer to a pointer of T
+ also exists in the wrapped code. SF Bug 2359417 (967).
+
2016-06-26: wkalinin
[Java, C#] Patch #681 Fix seg fault when ignoring nested classes.