From a2c8df222e6d02fa518d5d6cbbea75a9dd720d30 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 11 Apr 2022 15:15:13 +0200 Subject: Prepare release --- lib/syntax_tools/doc/src/notes.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'lib/syntax_tools/doc/src') diff --git a/lib/syntax_tools/doc/src/notes.xml b/lib/syntax_tools/doc/src/notes.xml index 2f046e0791..32a4f6c667 100644 --- a/lib/syntax_tools/doc/src/notes.xml +++ b/lib/syntax_tools/doc/src/notes.xml @@ -32,6 +32,44 @@

This document describes the changes made to the Syntax_Tools application.

+
Syntax_Tools 3.0 + +
Fixed Bugs and Malfunctions + + +

The erl_syntax_lib:analyze_attribute/1 function + would return {Name, {Name, Value}} instead of + {Name, Value} (which is the documented return + value).

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-17894 Aux Id: PR-5509

+
+
+
+ + +
Improvements and New Features + + +

+ Added support for selectable features as described in + EEP-60. Features can be enabled/disabled during + compilation with options (ordinary and +term) to + erlc as well as with directives in the file. + Similar options can be used to erl for + enabling/disabling features allowed at runtime. The new + maybe expression (EEP-49) is fully supported as + the feature maybe_expr.

+

+ Own Id: OTP-17988

+
+
+
+ +
+
Syntax_Tools 2.6
Fixed Bugs and Malfunctions -- cgit v1.2.1