diff options
author | Erlang/OTP <[email protected]> | 2015-12-15 09:45:27 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-12-15 09:45:27 +0100 |
commit | f4a0ae1736216feac5ae053610644bba2e12ed34 (patch) | |
tree | 312fb3dcbbc8fde8518b04abfacd1cb1fc5b8605 /lib/jinterface/doc/src | |
parent | 4586435cd4ca0d3ad3aedd60f462aed8da589460 (diff) | |
download | otp-f4a0ae1736216feac5ae053610644bba2e12ed34.tar.gz otp-f4a0ae1736216feac5ae053610644bba2e12ed34.tar.bz2 otp-f4a0ae1736216feac5ae053610644bba2e12ed34.zip |
Update release notes
Diffstat (limited to 'lib/jinterface/doc/src')
-rw-r--r-- | lib/jinterface/doc/src/notes.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/jinterface/doc/src/notes.xml b/lib/jinterface/doc/src/notes.xml index d9f7ae9f92..e66bcda0c1 100644 --- a/lib/jinterface/doc/src/notes.xml +++ b/lib/jinterface/doc/src/notes.xml @@ -31,6 +31,28 @@ </header> <p>This document describes the changes made to the Jinterface application.</p> +<section><title>Jinterface 1.6.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Add missing Term tag matching switch statement that was + missing an external fun tag.</p> + <p> + Own Id: OTP-13106</p> + </item> + <item> + <p> + fixed writing small compressed values.</p> + <p> + Own Id: OTP-13165</p> + </item> + </list> + </section> + +</section> + <section><title>Jinterface 1.6</title> <section><title>Fixed Bugs and Malfunctions</title> |