From 1331234cf9306681fe85f593900ae04eddeead5d Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 14 Oct 2016 07:36:54 +0100 Subject: [PATCH] Changes note update [skip ci] --- CHANGES.current | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.current b/CHANGES.current index 5f7beaed6..b339660a7 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -6,7 +6,7 @@ Version 3.0.11 (in progress) ============================ 2016-10-13: wsfulton - [Python] Fix Python pickling and metaclass for builtin wrappers + [Python] Issue #808 - fix Python pickling and metaclass for builtin wrappers. The metaclass (SwigPyObjectType) for SWIG objects was not defined in a way that let importlib successfully import the Python wrappers.