diff options
author | Erlang/OTP <[email protected]> | 2018-02-12 13:38:43 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-02-12 13:38:43 +0100 |
commit | e11c649522be8849cc21e364734be62c7783f090 (patch) | |
tree | 839e1c96c2378ed45dc65f34718cd823d282335c /lib/runtime_tools | |
parent | 3162499ddc48d4ce877945775f084725ceab57c5 (diff) | |
download | otp-e11c649522be8849cc21e364734be62c7783f090.tar.gz otp-e11c649522be8849cc21e364734be62c7783f090.tar.bz2 otp-e11c649522be8849cc21e364734be62c7783f090.zip |
Update release notes
Diffstat (limited to 'lib/runtime_tools')
-rw-r--r-- | lib/runtime_tools/doc/src/notes.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/runtime_tools/doc/src/notes.xml b/lib/runtime_tools/doc/src/notes.xml index 93e3e26fda..74300ba3fc 100644 --- a/lib/runtime_tools/doc/src/notes.xml +++ b/lib/runtime_tools/doc/src/notes.xml @@ -32,6 +32,23 @@ <p>This document describes the changes made to the Runtime_Tools application.</p> +<section><title>Runtime_Tools 1.12.4</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + New family of <c>erts_alloc</c> strategies: Age Order + First Fit. Similar to "address order", but instead the + oldest possible carrier is always chosen for allocation.</p> + <p> + Own Id: OTP-14917 Aux Id: ERIERL-88 </p> + </item> + </list> + </section> + +</section> + <section><title>Runtime_Tools 1.12.3</title> <section><title>Fixed Bugs and Malfunctions</title> |