summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2022-02-01 13:34:17 +1300
committerOlly Betts <olly@survex.com>2022-02-01 13:34:17 +1300
commitb66926b98db667d07155d76f12b085ab0523c379 (patch)
tree54cb7b2daa6709931151c192c7f1abe2e9917d76
parent9f74955e8d26313c9019a992b03dfa17e17a4cfb (diff)
downloadswig-b66926b98db667d07155d76f12b085ab0523c379.tar.gz
Add CHANGES entry for #2083
-rw-r--r--CHANGES.current4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 3b1dba0e7..f295b70e5 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-02-01: olly
+ [OCaml] #2083 Fix to work when CAML_SAFE_STRING is on, which it is
+ by default in recent Ocaml releases.
+
2022-01-31: mreeez
https://sourceforge.net/p/swig/bugs/1147/
Fix copyToR() generated for a struct in a namespace.