summaryrefslogtreecommitdiff
path: root/lib/parsetools
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2021-02-23 09:23:06 +0100
committerErlang/OTP <otp@erlang.org>2021-02-23 09:23:06 +0100
commitbbc0f3386c2546af25936730742d8dee1664f1dd (patch)
tree73104f9ba97f9c3482c831e9842d4709b6101290 /lib/parsetools
parentcb8d4293af0f154f51baf757c78cce07cbecaf7f (diff)
downloaderlang-bbc0f3386c2546af25936730742d8dee1664f1dd.tar.gz
Prepare release
Diffstat (limited to 'lib/parsetools')
-rw-r--r--lib/parsetools/doc/src/notes.xml23
-rw-r--r--lib/parsetools/vsn.mk2
2 files changed, 24 insertions, 1 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>
diff --git a/lib/parsetools/vsn.mk b/lib/parsetools/vsn.mk
index c18fcbe762..5853e6bf4f 100644
--- a/lib/parsetools/vsn.mk
+++ b/lib/parsetools/vsn.mk
@@ -1 +1 @@
-PARSETOOLS_VSN = 2.2
+PARSETOOLS_VSN = 2.3