diff options
author | Henrik Nord <henrik@erlang.org> | 2019-09-17 12:56:04 +0200 |
---|---|---|
committer | Henrik Nord <henrik@erlang.org> | 2019-09-17 12:56:04 +0200 |
commit | eab2067a3f8b83e08d35c2d6e8c2a5137018c1ae (patch) | |
tree | 34f1384cc03016a2baa3180ece5f88c569386100 /lib/syntax_tools | |
parent | 3a5c039eb2bf640dcda7c50b9462f5527d0555ad (diff) | |
parent | e62a389ce5dd27e7b26802243a5565ffd1feaef0 (diff) | |
download | erlang-eab2067a3f8b83e08d35c2d6e8c2a5137018c1ae.tar.gz |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
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 2ec1b6cb07..31b3e45016 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.2.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.2</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/syntax_tools/vsn.mk b/lib/syntax_tools/vsn.mk index 0ace11772d..9e6967d45d 100644 --- a/lib/syntax_tools/vsn.mk +++ b/lib/syntax_tools/vsn.mk @@ -1 +1 @@ -SYNTAX_TOOLS_VSN = 2.2 +SYNTAX_TOOLS_VSN = 2.2.1 |