summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2016-05-07 12:33:29 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2016-05-07 12:33:29 +0100
commit15ebf3df03f5b57e46b7bc7a22aa58342ef0eb34 (patch)
tree50c0378ec9905ab9453be7184dd02438f9121418 /CHANGES.current
parentb0ba1cae761810b896f8de7f6c6315c722addb5e (diff)
downloadswig-15ebf3df03f5b57e46b7bc7a22aa58342ef0eb34.tar.gz
Fix assertion handling defaultargs
Occurs when using %extend for a template class and the extended methods contain default arguments. Closes #611
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 1b29f0e4f..af6707824 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-05-07: wsfulton
+ Fix #611. Fix assertion handling defaultargs when using %extend for a template
+ class and the extended methods contain default arguments.
+
2016-05-05: ejulian
[Python] Patch #617. Fix operator/ wrappers.