diff options
author | Hans Nilsson <hans@erlang.org> | 2019-10-07 12:27:48 +0200 |
---|---|---|
committer | Hans Nilsson <hans@erlang.org> | 2019-10-07 12:27:48 +0200 |
commit | fcbff1cf08e17df670f031dcba6dc6384605b8ac (patch) | |
tree | 9809f3027e281eb7ec8f60421b2f68f0ebea054c /lib/syntax_tools | |
parent | 34a32ed4604f2734d5ee3f3eda96db0b73b8c81c (diff) | |
parent | 1d1ee8f87ae2b651dbb2502fc19577a6a3a6f34b (diff) | |
download | erlang-fcbff1cf08e17df670f031dcba6dc6384605b8ac.tar.gz |
Merge branch 'maint-20' into maint
* maint-20:
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
# erts/doc/src/notes.xml
# erts/vsn.mk
# lib/crypto/doc/src/notes.xml
# lib/crypto/vsn.mk
# lib/snmp/doc/src/notes.xml
# lib/snmp/vsn.mk
# lib/syntax_tools/doc/src/notes.xml
# lib/syntax_tools/vsn.mk
# make/otp_version_tickets
# otp_versions.table
Diffstat (limited to 'lib/syntax_tools')
-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 31b3e45016..9963ac41ae 100644 --- a/lib/syntax_tools/doc/src/notes.xml +++ b/lib/syntax_tools/doc/src/notes.xml @@ -157,6 +157,22 @@ </section> </section> +<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> <list> |