From e020f75c10410a6943cd055bfa072a2641eab7da Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 2 Jun 2016 10:55:26 +0200 Subject: Prepare release --- lib/syntax_tools/doc/src/notes.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'lib/syntax_tools/doc') diff --git a/lib/syntax_tools/doc/src/notes.xml b/lib/syntax_tools/doc/src/notes.xml index 78b2c7c7a4..ef207f7c3d 100644 --- a/lib/syntax_tools/doc/src/notes.xml +++ b/lib/syntax_tools/doc/src/notes.xml @@ -32,6 +32,32 @@

This document describes the changes made to the Syntax_Tools application.

+
Syntax_Tools 2.0 + +
Improvements and New Features + + +

The abstract data type in erl_syntax is + augmented with types and function specifications.

+

The module erl_prettypr pretty prints types and + function specification, and the output can be parsed.

+

The types of record fields are no longer ignored. As a + consequence erl_syntax_lib:analyze_record_field/1 + returns {Default, Type} instead of Default. + The functions analyze_record_attribute, + analyze_attribute, analyze_form, and + analyze_forms in the erl_syntax_lib module + are also affected by this incompatible change.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-12863

+
+
+
+ +
+
Syntax_Tools 1.7
Improvements and New Features -- cgit v1.2.3