summaryrefslogtreecommitdiff
path: root/lib/syntax_tools/doc
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2020-05-11 14:53:34 +0200
committerErlang/OTP <otp@erlang.org>2020-05-11 14:53:34 +0200
commitde8aa03ed881a76fd5186634c47be9b0d5b9fce1 (patch)
treef68dfbf35641fc2fbcc4c2a344aa27308c26c0b9 /lib/syntax_tools/doc
parent9639877ea11d6a32ca6e46410b8a48db245b72d8 (diff)
downloaderlang-de8aa03ed881a76fd5186634c47be9b0d5b9fce1.tar.gz
Prepare release
Diffstat (limited to 'lib/syntax_tools/doc')
-rw-r--r--lib/syntax_tools/doc/src/notes.xml22
1 files changed, 22 insertions, 0 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>