diff options
author | Erlang/OTP <otp@erlang.org> | 2019-09-11 18:20:02 +0200 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2019-09-11 18:20:02 +0200 |
commit | 83656e2da7afe01fee5207adf07a11f3e3489401 (patch) | |
tree | ee07ca8db8b1819bdcd4ce6b45d4ba1ed1e49e2a /lib/syntax_tools | |
parent | 9fd54c9c75103746653ae4286960744f1f5bc1d4 (diff) | |
download | erlang-83656e2da7afe01fee5207adf07a11f3e3489401.tar.gz |
Prepare release
Diffstat (limited to 'lib/syntax_tools')
-rw-r--r-- | lib/syntax_tools/doc/src/notes.xml | 16 | ||||
-rw-r--r-- | lib/syntax_tools/vsn.mk | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/lib/syntax_tools/doc/src/notes.xml b/lib/syntax_tools/doc/src/notes.xml index 772f5e6e04..a5eb336bae 100644 --- a/lib/syntax_tools/doc/src/notes.xml +++ b/lib/syntax_tools/doc/src/notes.xml @@ -32,6 +32,22 @@ <p>This document describes the changes made to the Syntax_Tools application.</p> +<section><title>Syntax_Tools 2.1.7.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> Add missing calls to <c>erl_syntax:unwrap/1</c>. The + nodes concerned represent names and values of maps and + map types. </p> + <p> + Own Id: OTP-16012 Aux Id: PR-2348 </p> + </item> + </list> + </section> + +</section> + <section><title>Syntax_Tools 2.1.7</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/syntax_tools/vsn.mk b/lib/syntax_tools/vsn.mk index 538c71dc24..3f8af6e0c0 100644 --- a/lib/syntax_tools/vsn.mk +++ b/lib/syntax_tools/vsn.mk @@ -1 +1 @@ -SYNTAX_TOOLS_VSN = 2.1.7 +SYNTAX_TOOLS_VSN = 2.1.7.1 |