aboutsummaryrefslogtreecommitdiffstats
path: root/lib/parsetools
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2016-09-20 09:36:54 +0200
committerErlang/OTP <[email protected]>2016-09-20 09:36:54 +0200
commit37e14c395a0d3621d65552b3954856d1cbeaed9a (patch)
treece1b6b7df4e18a95df3247458a05ed583796635e /lib/parsetools
parent996a0630f2d20557c2f981106a4c316ac6a360ff (diff)
downloadotp-37e14c395a0d3621d65552b3954856d1cbeaed9a.tar.gz
otp-37e14c395a0d3621d65552b3954856d1cbeaed9a.tar.bz2
otp-37e14c395a0d3621d65552b3954856d1cbeaed9a.zip
Prepare release
Diffstat (limited to 'lib/parsetools')
-rw-r--r--lib/parsetools/doc/src/notes.xml16
-rw-r--r--lib/parsetools/vsn.mk2
2 files changed, 17 insertions, 1 deletions
diff --git a/lib/parsetools/doc/src/notes.xml b/lib/parsetools/doc/src/notes.xml
index b826b4d03a..30a9374e81 100644
--- a/lib/parsetools/doc/src/notes.xml
+++ b/lib/parsetools/doc/src/notes.xml
@@ -31,6 +31,22 @@
</header>
<p>This document describes the changes made to the Parsetools application.</p>
+<section><title>Parsetools 2.1.3</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p> Yecc generates Dialyzer suppressions to avoid
+ warnings when operator precedence declarations are used.
+ </p>
+ <p>
+ Own Id: OTP-13681</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Parsetools 2.1.2</title>
<section><title>Improvements and New Features</title>
diff --git a/lib/parsetools/vsn.mk b/lib/parsetools/vsn.mk
index befdd82d6e..07cd959c98 100644
--- a/lib/parsetools/vsn.mk
+++ b/lib/parsetools/vsn.mk
@@ -1 +1 @@
-PARSETOOLS_VSN = 2.1.2
+PARSETOOLS_VSN = 2.1.3