summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2019-02-24 08:08:52 -0700
committerZackery Spytz <zspytz@gmail.com>2019-02-24 08:08:52 -0700
commitcbae09f92fc75e2050d3882ece55b1dd1b729529 (patch)
tree5740b296902aea592795a38bca4d8f6152f400dd /CHANGES.current
parente8cc5929de91226f23ae3d4e31d35e6c53472e6a (diff)
parent613ff08150e6264a5a4a964f2badeb6bba221398 (diff)
downloadswig-cbae09f92fc75e2050d3882ece55b1dd1b729529.tar.gz
Merge remote-tracking branch 'upstream/master' into director-classes-final-methods
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 5bf15a778..7af6f4ee1 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -7,6 +7,18 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.0.0 (in progress)
===========================
+2019-02-23: zphensley42
+ Use fully qualified name 'java.lang.Object' instead of 'Object' in generated code to
+ avoid clashes with wrapped C++ classes called 'Object'.
+
+2019-02-23: gtbX
+ [Java] #1035 Add (const char *STRING, size_t LENGTH) typemaps in addition to the non-const
+ typemaps (char *STRING, size_t LENGTH) which does not attempt to write back to the const
+ string.
+
+2019-02-22: tamuratak
+ #984 Add support for RTypedData introduced in Ruby 1.9.3.
+
2019-02-22: ZackerySpytz
#1483 Fix compilation failures when a director class has final methods.