summaryrefslogtreecommitdiff
path: root/lib/tools
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2021-02-23 09:23:06 +0100
committerErlang/OTP <otp@erlang.org>2021-02-23 09:23:06 +0100
commitbbc0f3386c2546af25936730742d8dee1664f1dd (patch)
tree73104f9ba97f9c3482c831e9842d4709b6101290 /lib/tools
parentcb8d4293af0f154f51baf757c78cce07cbecaf7f (diff)
downloaderlang-bbc0f3386c2546af25936730742d8dee1664f1dd.tar.gz
Prepare release
Diffstat (limited to 'lib/tools')
-rw-r--r--lib/tools/doc/src/notes.xml43
-rw-r--r--lib/tools/vsn.mk2
2 files changed, 44 insertions, 1 deletions
diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml
index 5b98d338b0..bc8a59b214 100644
--- a/lib/tools/doc/src/notes.xml
+++ b/lib/tools/doc/src/notes.xml
@@ -31,6 +31,49 @@
</header>
<p>This document describes the changes made to the Tools application.</p>
+<section><title>Tools 3.5</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: elixir-lang/elixir#10666 </p>
+ </item>
+ </list>
+ </section>
+
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Support for handling abstract code created before OTP R15
+ has been dropped.</p>
+ <p>
+ Own Id: OTP-16678 Aux Id: PR-2627 </p>
+ </item>
+ <item>
+ <p>
+ Add types and specifications for documentation.</p>
+ <p>
+ Own Id: OTP-16957</p>
+ </item>
+ <item>
+ <p>The experimental HiPE application has been removed,
+ together with all related functionality in other
+ applications.</p>
+ <p>
+ *** POTENTIAL INCOMPATIBILITY ***</p>
+ <p>
+ Own Id: OTP-16963</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..c6c97df8ef 100644
--- a/lib/tools/vsn.mk
+++ b/lib/tools/vsn.mk
@@ -1 +1 @@
-TOOLS_VSN = 3.4.3
+TOOLS_VSN = 3.5