diff options
author | Erlang/OTP <[email protected]> | 2016-07-14 11:22:49 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-07-14 11:22:49 +0200 |
commit | e35e6a94e57a651e4837c2391d5b1d3ac57c978b (patch) | |
tree | ad0e3de7489fe0dae6356422ef70553397abe3cf /lib/compiler/doc | |
parent | e84614bb7454087cf5c249a470d2dc47b05f6d28 (diff) | |
download | otp-e35e6a94e57a651e4837c2391d5b1d3ac57c978b.tar.gz otp-e35e6a94e57a651e4837c2391d5b1d3ac57c978b.tar.bz2 otp-e35e6a94e57a651e4837c2391d5b1d3ac57c978b.zip |
Prepare release
Diffstat (limited to 'lib/compiler/doc')
-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 e25cdc580c..92b3d809fc 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.0.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + A literal binary matching regression was introduced in + 19.0 where a match could fail to resolve to the right + clause. This has now been fixed.</p> + <p> + Own Id: OTP-13738</p> + </item> + </list> + </section> + +</section> + <section><title>Compiler 7.0</title> <section><title>Fixed Bugs and Malfunctions</title> |