From 425889ba69b69a9b6fb14bfbef121d51b78e853a Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 23 Apr 2019 17:38:37 +0200 Subject: Prepare release --- lib/jinterface/doc/src/notes.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'lib/jinterface/doc/src') diff --git a/lib/jinterface/doc/src/notes.xml b/lib/jinterface/doc/src/notes.xml index e4bfddcd17..e79ada47f1 100644 --- a/lib/jinterface/doc/src/notes.xml +++ b/lib/jinterface/doc/src/notes.xml @@ -31,6 +31,42 @@

This document describes the changes made to the Jinterface application.

+
Jinterface 1.10 + +
Fixed Bugs and Malfunctions + + +

+ All incorrect (that is, all) uses of "can not" has been + corrected to "cannot" in source code comments, + documentation, examples, and so on.

+

+ Own Id: OTP-14282 Aux Id: PR-1891

+
+
+
+ + +
Improvements and New Features + + +

Added support to receive export funs (fun + M:F/A).

+

Before this change, export funs sent to a jinterface + node were encoded using an undocumented fallback tuple + format {M,F}. Existing jinterface implementations + expecting these tuples must be changed to instead use the + existing OtpErlangExternalFun class.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-15774 Aux Id: OTP-15712

+
+
+
+ +
+
Jinterface 1.9.1
Fixed Bugs and Malfunctions -- cgit v1.2.3