summaryrefslogtreecommitdiff
path: root/lib/syntax_tools/doc
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2021-03-22 13:27:22 +0100
committerErlang/OTP <otp@erlang.org>2021-03-22 13:27:22 +0100
commit8b360af86e55766513a0b79b4ed57c9d7aee82b0 (patch)
treec84fb8d1eae0d46c14d6b3dfca9c22091acb2dbd /lib/syntax_tools/doc
parent1d1a826df17d93cb9ef65f595cccd300f9821de5 (diff)
downloaderlang-8b360af86e55766513a0b79b4ed57c9d7aee82b0.tar.gz
Prepare release
Diffstat (limited to 'lib/syntax_tools/doc')
-rw-r--r--lib/syntax_tools/doc/src/notes.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/lib/syntax_tools/doc/src/notes.xml b/lib/syntax_tools/doc/src/notes.xml
index b7d304aabe..a1f280e594 100644
--- a/lib/syntax_tools/doc/src/notes.xml
+++ b/lib/syntax_tools/doc/src/notes.xml
@@ -32,6 +32,35 @@
<p>This document describes the changes made to the Syntax_Tools
application.</p>
+<section><title>Syntax_Tools 2.5</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p><c>epp_dodger</c> was unable to handle a parameterized
+ macro in a function head.</p>
+ <p>
+ Own Id: OTP-17064 Aux Id: GH-4445, PR-2964 </p>
+ </item>
+ </list>
+ </section>
+
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>All functions in <c>erl_tidy</c> in syntax_tools have
+ now been deprecated and are scheduled for removal in OTP
+ 24. Users who still need it can find it at <url
+ href="https://github.com/richcarl/erl_tidy">https://github.com/richcarl/erl_tidy</url>.</p>
+ <p>
+ Own Id: OTP-17167 Aux Id: OTP-17046 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Syntax_Tools 2.4</title>
<section><title>Improvements and New Features</title>