diff options
author | Erlang/OTP <[email protected]> | 2018-08-09 17:29:04 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-08-09 17:29:04 +0200 |
commit | 962ea06fa99e36a4631ec6459895d9466e61964c (patch) | |
tree | e82c0d21c0f35b004b889a1cc4d86e1ed3a4ba70 /lib/compiler | |
parent | c5a344a3cace51ef9697adbab05e45f41d44bf13 (diff) | |
download | otp-962ea06fa99e36a4631ec6459895d9466e61964c.tar.gz otp-962ea06fa99e36a4631ec6459895d9466e61964c.tar.bz2 otp-962ea06fa99e36a4631ec6459895d9466e61964c.zip |
Update release notes
Diffstat (limited to 'lib/compiler')
-rw-r--r-- | lib/compiler/doc/src/notes.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index bc1f68337b..0a4e25cf97 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -32,6 +32,23 @@ <p>This document describes the changes made to the Compiler application.</p> +<section><title>Compiler 7.1.5.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>Fixed an issue where files compiled with the + <c>+deterministic</c> option differed if they were + compiled in a different directory but were otherwise + identical.</p> + <p> + Own Id: OTP-15204 Aux Id: ERL-679 </p> + </item> + </list> + </section> + +</section> + <section><title>Compiler 7.1.5</title> <section><title>Fixed Bugs and Malfunctions</title> |