aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/doc
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2018-10-12 17:12:09 +0200
committerErlang/OTP <[email protected]>2018-10-12 17:12:09 +0200
commit218f84f6b7cca496d3100fcb3ba1b3f7fa2fc1ac (patch)
treec218c79e2598c10f8045599789cbbcaac9d33274 /lib/compiler/doc
parent0fe9f39ca620b9fc7b703df93a731b7ff6208828 (diff)
downloadotp-218f84f6b7cca496d3100fcb3ba1b3f7fa2fc1ac.tar.gz
otp-218f84f6b7cca496d3100fcb3ba1b3f7fa2fc1ac.tar.bz2
otp-218f84f6b7cca496d3100fcb3ba1b3f7fa2fc1ac.zip
Prepare release
Diffstat (limited to 'lib/compiler/doc')
-rw-r--r--lib/compiler/doc/src/notes.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml
index b175669bd8..5024310788 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.2.6</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>In rare circumstances, the matched out tail of a
+ binary could be the entire original binary. (There was
+ partial correction to this problem in version 7.2.5 of
+ the compiler application.)</p>
+ <p>
+ Own Id: OTP-15335 Aux Id: ERL-689, OTP-15219 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Compiler 7.2.5</title>
<section><title>Fixed Bugs and Malfunctions</title>