diff options
author | Erlang/OTP <[email protected]> | 2014-09-15 12:02:14 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2014-09-15 12:02:14 +0200 |
commit | 950d808c97a4c5b579f4f1cc16b95f2d419d3505 (patch) | |
tree | 7f2cf00f62e2378410fb29099b817b1f3185e253 /lib/jinterface/doc/src | |
parent | 2191e216a95d3cb41edd7ad2069e3b2d88b907e7 (diff) | |
download | otp-950d808c97a4c5b579f4f1cc16b95f2d419d3505.tar.gz otp-950d808c97a4c5b579f4f1cc16b95f2d419d3505.tar.bz2 otp-950d808c97a4c5b579f4f1cc16b95f2d419d3505.zip |
Update release notes
Diffstat (limited to 'lib/jinterface/doc/src')
-rw-r--r-- | lib/jinterface/doc/src/notes.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/lib/jinterface/doc/src/notes.xml b/lib/jinterface/doc/src/notes.xml index e81a9f82d2..8dc7dac64a 100644 --- a/lib/jinterface/doc/src/notes.xml +++ b/lib/jinterface/doc/src/notes.xml @@ -30,6 +30,41 @@ </header> <p>This document describes the changes made to the Jinterface application.</p> +<section><title>Jinterface 1.5.10</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Array now show meaningful values in exceptions.</p> + <p> + Own Id: OTP-12049</p> + </item> + <item> + <p> + Documentation improvements.</p> + <p> + Own Id: OTP-12050</p> + </item> + <item> + <p> + Include the cause when raising a new IOException, which + should make the reason for the exception clearer.</p> + <p> + Own Id: OTP-12075</p> + </item> + <item> + <p> + Arrays (here: md5 and freeVars) must not be compared with + equals, which is broken (compares identity).</p> + <p> + Own Id: OTP-12121</p> + </item> + </list> + </section> + +</section> + <section><title>Jinterface 1.5.9</title> <section><title>Improvements and New Features</title> |