Changes note update

[skip ci]
This commit is contained in:
William S Fulton 2016-10-14 07:36:54 +01:00
commit 1331234cf9

View file

@ -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.