diff options
author | Erlang/OTP <[email protected]> | 2019-03-11 11:52:56 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-03-11 11:52:56 +0100 |
commit | 9780184b2cf76eced1ef987408073e96cc29f3bb (patch) | |
tree | dd47c7d76642e149d640521c01673a2d08a822c5 /lib/syntax_tools | |
parent | 9377eeb3335a1552bd8a55a774da1608575ef039 (diff) | |
download | otp-9780184b2cf76eced1ef987408073e96cc29f3bb.tar.gz otp-9780184b2cf76eced1ef987408073e96cc29f3bb.tar.bz2 otp-9780184b2cf76eced1ef987408073e96cc29f3bb.zip |
Prepare release
Diffstat (limited to 'lib/syntax_tools')
-rw-r--r-- | lib/syntax_tools/doc/src/notes.xml | 14 | ||||
-rw-r--r-- | lib/syntax_tools/vsn.mk | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/lib/syntax_tools/doc/src/notes.xml b/lib/syntax_tools/doc/src/notes.xml index dc13fe474b..772f5e6e04 100644 --- a/lib/syntax_tools/doc/src/notes.xml +++ b/lib/syntax_tools/doc/src/notes.xml @@ -32,6 +32,20 @@ <p>This document describes the changes made to the Syntax_Tools application.</p> +<section><title>Syntax_Tools 2.1.7</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> Fix pretty-printing of type funs. </p> + <p> + Own Id: OTP-15519 Aux Id: ERL-815 </p> + </item> + </list> + </section> + +</section> + <section><title>Syntax_Tools 2.1.6</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/syntax_tools/vsn.mk b/lib/syntax_tools/vsn.mk index 8959ebbd04..538c71dc24 100644 --- a/lib/syntax_tools/vsn.mk +++ b/lib/syntax_tools/vsn.mk @@ -1 +1 @@ -SYNTAX_TOOLS_VSN = 2.1.6 +SYNTAX_TOOLS_VSN = 2.1.7 |