summaryrefslogtreecommitdiff
path: root/lib/parsetools/doc/src/notes.xml
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2021-04-19 15:25:17 +0200
committerErlang/OTP <otp@erlang.org>2021-04-19 15:25:17 +0200
commit221e41bd32e433f6e08bbfedb013fc49c9aa1283 (patch)
treed086d8bf6a143ab304f0145257bc8d8377f44d11 /lib/parsetools/doc/src/notes.xml
parent58f4ca0b08a3c3445cfb894bf4d28148fe9dec0d (diff)
downloaderlang-221e41bd32e433f6e08bbfedb013fc49c9aa1283.tar.gz
Prepare release
Diffstat (limited to 'lib/parsetools/doc/src/notes.xml')
-rw-r--r--lib/parsetools/doc/src/notes.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/parsetools/doc/src/notes.xml b/lib/parsetools/doc/src/notes.xml
index 3975c55c6c..ee02e4b0e6 100644
--- a/lib/parsetools/doc/src/notes.xml
+++ b/lib/parsetools/doc/src/notes.xml
@@ -31,6 +31,29 @@
</header>
<p>This document describes the changes made to the Parsetools application.</p>
+<section><title>Parsetools 2.3</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Add types and specifications for documentation.</p>
+ <p>
+ Own Id: OTP-16957</p>
+ </item>
+ <item>
+ <p>
+ Let Leex and Yecc recognize the environment variable
+ ERL_COMPILER_OPTIONS. Add Yecc option <c>{error_location,
+ column | line}</c>.</p>
+ <p>
+ Own Id: OTP-17023</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Parsetools 2.2</title>
<section><title>Improvements and New Features</title>