diff options
author | Erlang/OTP <otp@erlang.org> | 2021-03-25 16:27:17 +0100 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2021-03-25 16:27:17 +0100 |
commit | 1cc1d15c4e54c1d9d8c34a4c66193a95b10c479a (patch) | |
tree | 0272fb5bf328310831d06510a03864de5942ee8d /lib/syntax_tools | |
parent | 444144870c528d80a3fcf34b3a2d1707115987f2 (diff) | |
download | erlang-1cc1d15c4e54c1d9d8c34a4c66193a95b10c479a.tar.gz |
Prepare release
Diffstat (limited to 'lib/syntax_tools')
-rw-r--r-- | lib/syntax_tools/doc/src/notes.xml | 27 | ||||
-rw-r--r-- | lib/syntax_tools/vsn.mk | 2 |
2 files changed, 28 insertions, 1 deletions
diff --git a/lib/syntax_tools/doc/src/notes.xml b/lib/syntax_tools/doc/src/notes.xml index a1f280e594..60129bf02f 100644 --- a/lib/syntax_tools/doc/src/notes.xml +++ b/lib/syntax_tools/doc/src/notes.xml @@ -32,6 +32,33 @@ <p>This document describes the changes made to the Syntax_Tools application.</p> +<section><title>Syntax_Tools 2.6</title> + + <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 |