summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2023-03-22 21:08:55 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2023-03-22 21:08:55 +0000
commit8022c8ba08fed72f61eba3a8d2c69c886c214573 (patch)
tree3eed0a094665e4353755a184452449f265ad58b2
parentbf122fe985ce89d3ce91df2edae4c29088dfebf0 (diff)
downloadswig-8022c8ba08fed72f61eba3a8d2c69c886c214573.tar.gz
document C# std_array.i enhancements
-rw-r--r--CHANGES.current3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 29f5ec67b..b0360550c 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.2.0 (in progress)
===========================
+2023-03-22: wsfulton
+ [C#] #2478 Minor enhancements to std::array wrappers in std_array.i.
+
2023-03-13: wsfulton
Improved error checking when using %template to instantiate templates within
the correct scope.