aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2019-07-23 22:16:04 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2019-07-23 22:16:04 +0100
commit10f0329e4bdaf0fa2df0399ba63623ec2e6c8dad (patch)
tree2e435331c044d1407772e64e0d6753f09c8f2c70
parent55b5552a6aaa5df093ee66b381649c5ee5dcfc0f (diff)
downloadswig-10f0329e4bdaf0fa2df0399ba63623ec2e6c8dad.tar.gz
Add changes entry for C# std::wstring marshalling fix
-rw-r--r--CHANGES.current3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index dca51c37f..3b9634726 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -7,6 +7,9 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.0.1 (in progress)
===========================
+2019-07-23: smithx
+ [C#] #1530 #1532 Fix marshalling of std::wstring to C#.
+
2019-07-18: gicmo
[Python] #1587 Python 3.8 support - remove use of deprecated PyObject_GC_UnTrack.