diff options
| author | John Högberg <[email protected]> | 2019-06-13 10:28:56 +0200 |
|---|---|---|
| committer | John Högberg <[email protected]> | 2019-06-13 10:28:56 +0200 |
| commit | fb2ba690b23caba3a20a2f04e359c6d5c3e33ace (patch) | |
| tree | bb957fa2ce0ee8d7e847d0e713cffca650c43cae /lib/compiler/doc | |
| parent | 7a767d7b25cb0f55031728eb73d3bbad9a5f2db5 (diff) | |
| parent | 8fb03c024165d6777f429e495af676dfe020e78a (diff) | |
| download | otp-fb2ba690b23caba3a20a2f04e359c6d5c3e33ace.tar.gz otp-fb2ba690b23caba3a20a2f04e359c6d5c3e33ace.tar.bz2 otp-fb2ba690b23caba3a20a2f04e359c6d5c3e33ace.zip | |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
Diffstat (limited to 'lib/compiler/doc')
| -rw-r--r-- | lib/compiler/doc/src/notes.xml | 16 |
1 files changed, 16 insertions, 0 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> |
