summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-05-26 08:44:51 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-05-26 08:44:51 +0100
commit34a27359ae44b4f694c1c7ff4c33f18094526ba9 (patch)
treef469539754fe943c152042e095f20622953d9768 /CHANGES.current
parentb4cc35ddbce50c9e040f74b35fd10ccd0e721c2b (diff)
downloadswig-34a27359ae44b4f694c1c7ff4c33f18094526ba9.tar.gz
Final tidy up for improved C# SwigDerviedClassHasMethod implementation
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 4a3bd7d98..e2f9d9ff0 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -7,6 +7,10 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.1.0 (in progress)
===========================
+2022-05-26: rokups
+ [C#] #1323 Modify SwigDerivedClassHasMethod for a more efficient director
+ implementation when calling virtual methods that are not overidden.
+
2022-05-15: erezgeva, eiselekd
[Lua, Perl, Octave, PHP, Tcl] #2275 #2276 #2283 Add argcargv.i library containing
(int ARGC, char **ARGV) multi-argument typemaps.