summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2016-04-02 10:23:06 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2016-04-02 11:29:54 +0100
commitbbd1b8ed052abdeb5f9710cfc073e498262e32d1 (patch)
tree0e844da3e4702bb279a080cbfd57530241976c74 /CHANGES.current
parent79bb343ffe11e35cb69c583f292f45ed90ca7fa7 (diff)
downloadswig-bbd1b8ed052abdeb5f9710cfc073e498262e32d1.tar.gz
Add tests for Python -builtin -O and compactdefaultargs and update changes file
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index bf8c4d644..36b1b3933 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -5,6 +5,10 @@ See the RELEASENOTES file for a summary of changes in each release.
Version 3.0.9 (in progress)
===========================
+2016-04-02: derkuci
+ [Python] Patch #610 to fix #607.
+ Fix single arguments when using python -builtin -O with %feature("compactdefaultargs")
+
2016-03-31: wsfulton
Fixes #594. Fix assertion for some languages when wrapping a C++11 enum class that
is private in a class.