diff options
author | Erlang/OTP <otp@erlang.org> | 2020-12-11 13:20:34 +0100 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2020-12-11 13:20:34 +0100 |
commit | 2812a2bc5dfd7f0d37bb17e147320cfd1580cbbc (patch) | |
tree | 2cf685983c4386cfdf96177f2b97c499028181b8 /lib/tools | |
parent | 4adeaaa8d97bf4a8c88b415a03d2dbf884e27807 (diff) | |
download | erlang-2812a2bc5dfd7f0d37bb17e147320cfd1580cbbc.tar.gz |
Prepare release
Diffstat (limited to 'lib/tools')
-rw-r--r-- | lib/tools/doc/src/notes.xml | 16 | ||||
-rw-r--r-- | lib/tools/vsn.mk | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index 7ef27053be..065d3aeebb 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -31,6 +31,22 @@ </header> <p>This document describes the changes made to the Tools application.</p> +<section><title>Tools 3.4.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Correct the Xref analysis <c>exports_not_used</c> to not + report internally generated <c>behaviour_info/1</c>.</p> + <p> + Own Id: OTP-16922 Aux Id: PR-2752 </p> + </item> + </list> + </section> + +</section> + <section><title>Tools 3.4.1</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/tools/vsn.mk b/lib/tools/vsn.mk index 83222157b3..27ac75cd3f 100644 --- a/lib/tools/vsn.mk +++ b/lib/tools/vsn.mk @@ -1 +1 @@ -TOOLS_VSN = 3.4.1 +TOOLS_VSN = 3.4.2 |