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.