From bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 11 May 2016 17:22:23 +0200 Subject: Prepare release --- lib/syntax_tools/doc/src/notes.xml | 26 ++++++++++++++++++++++++++ lib/syntax_tools/vsn.mk | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) (limited to 'lib/syntax_tools') diff --git a/lib/syntax_tools/doc/src/notes.xml b/lib/syntax_tools/doc/src/notes.xml index 406a6c071b..669447a6b9 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 diff --git a/lib/syntax_tools/vsn.mk b/lib/syntax_tools/vsn.mk index 403e90196e..f09c2a01d0 100644 --- a/lib/syntax_tools/vsn.mk +++ b/lib/syntax_tools/vsn.mk @@ -1 +1 @@ -SYNTAX_TOOLS_VSN = 1.7 +SYNTAX_TOOLS_VSN = 2.0 -- cgit v1.2.3