summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2016-05-24 23:06:40 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2016-05-24 23:06:40 +0100
commitb711675b626ca7e23e8155f63a2f31d3f7708a53 (patch)
tree191e9a25cead6610e599236cd6d14f9770a472ae /CHANGES.current
parentd01efd82e12cc7fc1c04a76e7caad255ad0578ad (diff)
downloadswig-b711675b626ca7e23e8155f63a2f31d3f7708a53.tar.gz
Changes file entry for Python implicit namespace packages
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current3
1 files changed, 3 insertions, 0 deletions
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'.