summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2020-08-13 16:26:50 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2020-08-13 16:26:50 +0100
commit143837ddf162ef9e07e0a5e89a656df3d83ed7ed (patch)
treeda530b806afe4d92ad455deccd65cd20a18246c4
parentbfddc50a6a38193acabaf8d895c5e472718a9a4d (diff)
downloadswig-143837ddf162ef9e07e0a5e89a656df3d83ed7ed.tar.gz
Update changes file
-rw-r--r--CHANGES.current6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 01186095f..a2c288c87 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -7,6 +7,12 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.1.0 (in progress)
===========================
+2020-08-13: wsfulton
+ [C#] Add support for void *VOID_INT_PTR for member variables.
+
+2020-07-29: chrisburr
+ #1843 [Python] Compilation error fix in SwigPyBuiltin_SetMetaType when using PyPy.
+
2020-06-14: ZackerySpytz
#1642 #1809 Fix virtual comparison operators in director classes - remove incorrect
space in the function name, for example, operator= = is now operator==.