aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2019-06-12 09:51:26 +0200
committerErlang/OTP <[email protected]>2019-06-12 09:51:26 +0200
commitd1bd26b07f6597d46a1cb2a6f0a4af7b87b0fb4f (patch)
tree83115e9e37cdf5dbe1cf62cb3fe3962a6b79d40e /lib/compiler
parent3f2bd7ffb2fed616983d43454b5aa2f5c9a9f49a (diff)
downloadotp-d1bd26b07f6597d46a1cb2a6f0a4af7b87b0fb4f.tar.gz
otp-d1bd26b07f6597d46a1cb2a6f0a4af7b87b0fb4f.tar.bz2
otp-d1bd26b07f6597d46a1cb2a6f0a4af7b87b0fb4f.zip
Prepare release
Diffstat (limited to 'lib/compiler')
-rw-r--r--lib/compiler/doc/src/notes.xml16
-rw-r--r--lib/compiler/vsn.mk2
2 files changed, 17 insertions, 1 deletions
diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml
index 3090a99c35..f0d869381b 100644
--- a/lib/compiler/doc/src/notes.xml
+++ b/lib/compiler/doc/src/notes.xml
@@ -32,6 +32,22 @@
<p>This document describes the changes made to the Compiler
application.</p>
+<section><title>Compiler 7.4.2</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>Fixed an incorrect type determination for constructed
+ binaries, which could cause <c>is_binary</c> checks to
+ succeed when they shouldn't have.</p>
+ <p>
+ Own Id: OTP-15872</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Compiler 7.4.1</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/compiler/vsn.mk b/lib/compiler/vsn.mk
index 090579e7ee..508bbc902c 100644
--- a/lib/compiler/vsn.mk
+++ b/lib/compiler/vsn.mk
@@ -1 +1 @@
-COMPILER_VSN = 7.4.1
+COMPILER_VSN = 7.4.2