summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-10-10 19:51:08 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-10-10 19:51:08 +0100
commit2268d6ee96a380f628169e364711cf38d3db1460 (patch)
treef52c7140ed5c19ebdd2f8997851ebc8ccddf3ca3 /CHANGES.current
parent0239ba5536105bec1ac4c2386b10a300e9a483cd (diff)
downloadswig-2268d6ee96a380f628169e364711cf38d3db1460.tar.gz
Fix compile error when using directors
Fix when using templates with more than one template parameter and used as an input parameter in a virtual method in a director class (problem affecting most of the scripting languages). Fixes #2160
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 bc9f386d8..27caf2c1a 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.1.0 (in progress)
===========================
+2022-10-10: wsfulton
+ #2160 Fix compile error when using templates with more than one template
+ parameter and used as an input parameter in a virtual method in a
+ director class (problem affecting most of the scripting languages).
+
2022-10-10: treitmayr, wsfulton
[Python, Ruby] #1811 #1823 Fix invalid code generated in some cases when
returning a pointer or reference to a director-enabled class instance.