From 68b804f34d4ec420d86953e3f519179a40fbee8f Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 29 Jan 2013 11:38:41 +0100 Subject: Prepare release --- lib/parsetools/doc/src/notes.xml | 19 +++++++++++++++++++ lib/parsetools/vsn.mk | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) (limited to 'lib/parsetools') diff --git a/lib/parsetools/doc/src/notes.xml b/lib/parsetools/doc/src/notes.xml index ac29cbb893..72b0280da1 100644 --- a/lib/parsetools/doc/src/notes.xml +++ b/lib/parsetools/doc/src/notes.xml @@ -30,6 +30,25 @@

This document describes the changes made to the Parsetools application.

+
Parsetools 2.0.8 + +
Improvements and New Features + + +

Support for Unicode has been implemented.

+

+ Own Id: OTP-10302

+
+ +

The file esyntax.yrl has been removed.

+

+ Own Id: OTP-10660

+
+
+
+ +
+
Parsetools 2.0.7
Improvements and New Features diff --git a/lib/parsetools/vsn.mk b/lib/parsetools/vsn.mk index e2594564cb..7874045c09 100644 --- a/lib/parsetools/vsn.mk +++ b/lib/parsetools/vsn.mk @@ -1 +1 @@ -PARSETOOLS_VSN = 2.0.7 +PARSETOOLS_VSN = 2.0.8 -- cgit v1.2.1