From 37e14c395a0d3621d65552b3954856d1cbeaed9a Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 20 Sep 2016 09:36:54 +0200 Subject: Prepare release --- lib/syntax_tools/doc/src/notes.xml | 34 ++++++++++++++++++++++++++++++++++ lib/syntax_tools/vsn.mk | 2 +- 2 files changed, 35 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 ef207f7c3d..82c4484d96 100644 --- a/lib/syntax_tools/doc/src/notes.xml +++ b/lib/syntax_tools/doc/src/notes.xml @@ -32,6 +32,40 @@

This document describes the changes made to the Syntax_Tools application.

+
Syntax_Tools 2.1 + +
Fixed Bugs and Malfunctions + + +

Fix a bug where erl_tidy crashed on the tilde + character when printing to standard output.

+

+ Own Id: OTP-13725 Aux Id: ERL-151, PR-1071

+
+ +

merl_transform could get into an infinite loop + when syntactically incorrect text was passed to a + merl:qquote/2,3 call.

+

+ Own Id: OTP-13755

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

Improve types and specs in OTP documentation generated + from Erlang source files.

+

+ Own Id: OTP-13720 Aux Id: ERL-120

+
+
+
+ +
+
Syntax_Tools 2.0
Improvements and New Features diff --git a/lib/syntax_tools/vsn.mk b/lib/syntax_tools/vsn.mk index f09c2a01d0..c0ca083c38 100644 --- a/lib/syntax_tools/vsn.mk +++ b/lib/syntax_tools/vsn.mk @@ -1 +1 @@ -SYNTAX_TOOLS_VSN = 2.0 +SYNTAX_TOOLS_VSN = 2.1 -- cgit v1.2.3