diff options
author | Erlang/OTP <otp@erlang.org> | 2021-03-22 13:27:22 +0100 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2021-03-22 13:27:22 +0100 |
commit | 8b360af86e55766513a0b79b4ed57c9d7aee82b0 (patch) | |
tree | c84fb8d1eae0d46c14d6b3dfca9c22091acb2dbd /lib/tools | |
parent | 1d1a826df17d93cb9ef65f595cccd300f9821de5 (diff) | |
download | erlang-8b360af86e55766513a0b79b4ed57c9d7aee82b0.tar.gz |
Prepare release
Diffstat (limited to 'lib/tools')
-rw-r--r-- | lib/tools/doc/src/notes.xml | 34 | ||||
-rw-r--r-- | lib/tools/vsn.mk | 2 |
2 files changed, 35 insertions, 1 deletions
diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index 5b98d338b0..47373ca1fe 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -31,6 +31,40 @@ </header> <p>This document describes the changes made to the Tools application.</p> +<section><title>Tools 3.4.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p><c>cover</c> would crash when compiling a module + having an exported function named <c>clauses</c>.</p> + <p> + Own Id: OTP-17162 Aux Id: GH-4549, PR-2997, PR-4555, + elixir-lang/elixir#10666 </p> + </item> + <item> + <p>If <c>beam_lib</c> is asked to return abstract code + for a BEAM file produced by Elixir and Elixir is not + installed on the computer, <c>beam_lib</c> will no longer + crash, but will return an error tuple. The + <c>cover:compile_beam()</c> and + <c>cover:compile_beam_directory()</c> functions have been + updated to also return an error tuple in that + situation.</p> + <p> + Own Id: OTP-17194 Aux Id: GH-4353 </p> + </item> + <item> + <p> + Make emacs mode work on emacs-27.</p> + <p> + Own Id: OTP-17225 Aux Id: PR-4542, GH-4451 </p> + </item> + </list> + </section> + +</section> + <section><title>Tools 3.4.3</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/tools/vsn.mk b/lib/tools/vsn.mk index 6e4ee2fd14..33ff4b4a7c 100644 --- a/lib/tools/vsn.mk +++ b/lib/tools/vsn.mk @@ -1 +1 @@ -TOOLS_VSN = 3.4.3 +TOOLS_VSN = 3.4.4 |