diff options
author | Erlang/OTP <otp@erlang.org> | 2020-04-22 09:12:49 +0200 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2020-04-22 09:12:49 +0200 |
commit | eee1f3aba92b5a741eabfa1cb6eca0632562777a (patch) | |
tree | f88761d2d882dca0e2dd8097c7d2e8238e5fa8b1 /lib/syntax_tools | |
parent | 3fc3fc62e96de08f6e91ae546079733160bf5acd (diff) | |
download | erlang-eee1f3aba92b5a741eabfa1cb6eca0632562777a.tar.gz |
Prepare release
Diffstat (limited to 'lib/syntax_tools')
-rw-r--r-- | lib/syntax_tools/doc/src/notes.xml | 22 | ||||
-rw-r--r-- | lib/syntax_tools/vsn.mk | 2 |
2 files changed, 23 insertions, 1 deletions
diff --git a/lib/syntax_tools/doc/src/notes.xml b/lib/syntax_tools/doc/src/notes.xml index 9963ac41ae..52f085bf0c 100644 --- a/lib/syntax_tools/doc/src/notes.xml +++ b/lib/syntax_tools/doc/src/notes.xml @@ -32,6 +32,28 @@ <p>This document describes the changes made to the Syntax_Tools application.</p> +<section><title>Syntax_Tools 2.3</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> Remove incomplete support for <c>cond</c> + expressions. </p> + <p> + Own Id: OTP-15925 Aux Id: PR-2304 </p> + </item> + <item> + <p> + Improved indentation for code generated with + <c>erl_prettypr</c> and <c>tidier</c>.</p> + <p> + Own Id: OTP-16386 Aux Id: PR-2451 </p> + </item> + </list> + </section> + +</section> + <section><title>Syntax_Tools 2.2.1</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/syntax_tools/vsn.mk b/lib/syntax_tools/vsn.mk index 9e6967d45d..87167529c3 100644 --- a/lib/syntax_tools/vsn.mk +++ b/lib/syntax_tools/vsn.mk @@ -1 +1 @@ -SYNTAX_TOOLS_VSN = 2.2.1 +SYNTAX_TOOLS_VSN = 2.3 |