From b711675b626ca7e23e8155f63a2f31d3f7708a53 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 24 May 2016 23:06:40 +0100 Subject: [PATCH] Changes file entry for Python implicit namespace packages --- CHANGES.current | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index f754e96bd..15e96b5f5 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -5,6 +5,9 @@ See the RELEASENOTES file for a summary of changes in each release. Version 3.0.9 (in progress) =========================== +2016-05-24: mromberg + [Python] Add support for Python's implicit namespace packages. + 2016-05-23: wsfulton [Ruby] Fix #602 - Error handling regression of opaque pointers introduced in swig-3.0.8 when C functions explicitly reset a pointer using 'DATA_PTR(self) = 0'.