From f42ac989a7c608d9bc68c409a5b0db018bfef135 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 29 Mar 2013 09:19:03 +0000 Subject: [PATCH] Add note about Python STL fixes --- CHANGES.current | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index bbf97a67f..db7a0612f 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -9,6 +9,9 @@ Version 2.0.10 (in progress) [Ruby] Fix delete_if (reject!) for the STL container wrappers which previously would sometimes seg fault or not work. +2013-03-25: wsfulton + [Python] Fix some undefined behaviour deleting slices in the STL containers. + 2013-03-19: wsfulton [C#, Java, D] Fix seg fault in SWIG using directors when class and virtual method names are the same except being in different namespaces when the %nspace feature is not being used.