summaryrefslogtreecommitdiff
path: root/lib/syntax_tools
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2021-05-10 16:06:07 +0200
committerErlang/OTP <otp@erlang.org>2021-05-10 16:06:07 +0200
commite79b7f9c9a8ecc9afdca4f7cc72f250e0bff2f9d (patch)
tree88a408d6bf5011253069ea39b75a5c15868b5716 /lib/syntax_tools
parentf238fdbd379882af30445453afd163a09d242e44 (diff)
downloaderlang-e79b7f9c9a8ecc9afdca4f7cc72f250e0bff2f9d.tar.gz
Prepare release
Diffstat (limited to 'lib/syntax_tools')
-rw-r--r--lib/syntax_tools/doc/src/notes.xml47
-rw-r--r--lib/syntax_tools/vsn.mk2
2 files changed, 48 insertions, 1 deletions
diff --git a/lib/syntax_tools/doc/src/notes.xml b/lib/syntax_tools/doc/src/notes.xml
index a1f280e594..f3208d6fc9 100644
--- a/lib/syntax_tools/doc/src/notes.xml
+++ b/lib/syntax_tools/doc/src/notes.xml
@@ -32,6 +32,53 @@
<p>This document describes the changes made to the Syntax_Tools
application.</p>
+<section><title>Syntax_Tools 2.6</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ The type spec of <c>erl_syntax:function_type/2</c> has
+ been fixed.</p>
+ <p>
+ Own Id: OTP-17302 Aux Id: PR-4705 </p>
+ </item>
+ <item>
+ <p>
+ Output parentheses around <c>BitStringExpr</c> when
+ pretty-printing binary comprehensions.</p>
+ <p>
+ Own Id: OTP-17321</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>The <c>igor</c> and <c>erl_tidy</c> modules have been
+ the removed and are now maintained by their original
+ author Richard Carlsson. They can be found at <url
+ href="https://github.com/richcarl/igor">github.com/richcarl/igor</url>
+ and <url
+ href="https://github.com/richcarl/erl_tidy">github.com/richcarl/erl_tidy</url>,
+ respectively.</p>
+ <p>
+ Own Id: OTP-17180</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Syntax_Tools 2.5</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/syntax_tools/vsn.mk b/lib/syntax_tools/vsn.mk
index 7a93e81b94..87a6cb0158 100644
--- a/lib/syntax_tools/vsn.mk
+++ b/lib/syntax_tools/vsn.mk
@@ -1 +1 @@
-SYNTAX_TOOLS_VSN = 2.5
+SYNTAX_TOOLS_VSN = 2.6