diff options
author | Erlang/OTP <otp@erlang.org> | 2023-03-21 13:23:19 +0100 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2023-03-21 13:23:19 +0100 |
commit | 1cf126f91eb533783409da95b117207d8c13d9aa (patch) | |
tree | efb80e7e4849aedd6f96f56b742735d0900a86fa /lib/syntax_tools/doc | |
parent | 65e4ce9fc89943cb47292084e650c957a6904a8d (diff) | |
download | erlang-1cf126f91eb533783409da95b117207d8c13d9aa.tar.gz |
Prepare release
Diffstat (limited to 'lib/syntax_tools/doc')
-rw-r--r-- | lib/syntax_tools/doc/src/notes.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/syntax_tools/doc/src/notes.xml b/lib/syntax_tools/doc/src/notes.xml index a4633065d0..f01a8b73c3 100644 --- a/lib/syntax_tools/doc/src/notes.xml +++ b/lib/syntax_tools/doc/src/notes.xml @@ -32,6 +32,21 @@ <p>This document describes the changes made to the Syntax_Tools application.</p> +<section><title>Syntax_Tools 3.1</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p>Map comprehensions as suggested in EEP 58 has now been + implemented.</p> + <p> + Own Id: OTP-18413 Aux Id: EEP-58, PR-6727 </p> + </item> + </list> + </section> + +</section> + <section><title>Syntax_Tools 3.0.1</title> <section><title>Fixed Bugs and Malfunctions</title> |