summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2019-06-03 10:13:58 +1200
committerOlly Betts <olly@survex.com>2019-06-03 10:13:58 +1200
commitc864546b4ab39838d59502a791854dab3817e38b (patch)
tree48c43d224163711d395287dddd6231d644627bba /CHANGES.current
parent87695dacb19edf603219580d8b44444be7c2034e (diff)
downloadswig-c864546b4ab39838d59502a791854dab3817e38b.tar.gz
[Python] Fix implicit_conv tuple handling regression
Introduced in SWIG 4.0.0. Fixes #1553, reported by Alexandre Duret-Lutz.
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 80570a155..7b473da7c 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -7,6 +7,11 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.0.1 (in progress)
===========================
+2019-06-03: olly
+ [Python] Fix regression in implicit_conv handling of tuples,
+ introduced in SWIG 4.0.0. Fixes #1553, reported by Alexandre
+ Duret-Lutz.
+
2019-05-24: wsfulton
[Octave] Fix detection of Octave on MacOS.