diff options
author | Erlang/OTP <otp@erlang.org> | 2019-10-04 15:27:04 +0200 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2019-10-04 15:27:04 +0200 |
commit | b644afda412ec2ce88da227f4dff7ea04ce200e9 (patch) | |
tree | f5d582bc5e61f35be466f2ae5a155126fa4cbc52 /lib/syntax_tools/doc | |
parent | 4d30fa161d5c59bb60a04585ecde657284c62fbd (diff) | |
download | erlang-b644afda412ec2ce88da227f4dff7ea04ce200e9.tar.gz |
Prepare release
Diffstat (limited to 'lib/syntax_tools/doc')
-rw-r--r-- | lib/syntax_tools/doc/src/notes.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/syntax_tools/doc/src/notes.xml b/lib/syntax_tools/doc/src/notes.xml index eb3d4591d7..bf8d0f5b08 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.4.2</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.4.1</title> <section><title>Fixed Bugs and Malfunctions</title> |