diff options
author | John Högberg <[email protected]> | 2017-07-04 10:48:47 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2017-07-04 10:48:47 +0200 |
commit | 522c3cca9ab2895e92984d46e1ca76b6d0aa1de9 (patch) | |
tree | 06c6d37c4b0e91548e638f7a90554ac4395e1510 /lib/stdlib/doc/src | |
parent | fcca55a9deb1cfaa107fbe5bf5d093decf423fcd (diff) | |
parent | 4acf549207503d7c80cfbd9f0958aafd10da07d0 (diff) | |
download | otp-522c3cca9ab2895e92984d46e1ca76b6d0aa1de9.tar.gz otp-522c3cca9ab2895e92984d46e1ca76b6d0aa1de9.tar.bz2 otp-522c3cca9ab2895e92984d46e1ca76b6d0aa1de9.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Update release notes
Update version numbers
erts: Fix bug in quick alloc
Fix old length usage in string
stdlib: Fix bug in proc_lib
Support arbitrary crash report in proc_lib.
Diffstat (limited to 'lib/stdlib/doc/src')
-rw-r--r-- | lib/stdlib/doc/src/notes.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index 46454e9b80..bdd5b39cd3 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -31,6 +31,38 @@ </header> <p>This document describes the changes made to the STDLIB application.</p> +<section><title>STDLIB 3.4.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> A bug in <c>proc_lib:format()</c> introduced in + Erlang/OTP 20.0 is corrected. </p> + <p> + Own Id: OTP-14482 Aux Id: PR-1488 </p> + </item> + <item> + <p> + Fix string:len/1 to be compatible with previous versions.</p> + <p> + Own Id: OTP-14487 Aux Id: ERIERL-40 </p> + </item> + <item> + <p> + In OTP-20.0, the behavior of c, make, and ct_make was + changed so that in some cases the beam files by default + would be written to the directory where the source files + were found. This is now changed back to the old behavior + so beam files are by default written to current + directory.</p> + <p> + Own Id: OTP-14489 Aux Id: ERL-438 </p> + </item> + </list> + </section> + +</section> + <section><title>STDLIB 3.4</title> <section><title>Fixed Bugs and Malfunctions</title> |