diff options
author | Erlang/OTP <[email protected]> | 2019-04-15 10:58:47 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-04-15 10:58:47 +0200 |
commit | 134d5a8f6652e625a2ee9e0fc314afd69ee42d4a (patch) | |
tree | 3fdc851d5001a5ac2b93ed273a5238c55cc2ac3c /erts/doc/src/notes.xml | |
parent | 46892d7c06810946524d0f4496f0df7ff1e6086c (diff) | |
download | otp-134d5a8f6652e625a2ee9e0fc314afd69ee42d4a.tar.gz otp-134d5a8f6652e625a2ee9e0fc314afd69ee42d4a.tar.bz2 otp-134d5a8f6652e625a2ee9e0fc314afd69ee42d4a.zip |
Prepare release
Diffstat (limited to 'erts/doc/src/notes.xml')
-rw-r--r-- | erts/doc/src/notes.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index d77235782b..e0af7bc4ce 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,28 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 10.3.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>Add missing documentation of new external tags + <c>NEW_PID</c>, <c>NEW_PORT</c> and + <c>NEWER_REFERENCE</c> introduced in OTP 19.</p> <p>These + new tags are planned to be "activated" in OTP 23 when + distribution capability flag <c>DFLAG_BIG_CREATION</c> + becomes mandatory. Older nodes (>= 19) are able to decode + these new tags and send them back to the new node. Nodes + older than OTP 23 will however never encode their own + local pids, ports and references using the new tags.</p> + <p> + Own Id: OTP-15766</p> + </item> + </list> + </section> + +</section> + <section><title>Erts 10.3.3</title> <section><title>Fixed Bugs and Malfunctions</title> |