From 2740812970382202fe97e52f7c881eaa71c2e7c0 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 1 Aug 2016 07:03:42 +0100 Subject: [PATCH] changes entry for vector fix --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) 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.