From 9780184b2cf76eced1ef987408073e96cc29f3bb Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 11 Mar 2019 11:52:56 +0100 Subject: Prepare release --- lib/tools/doc/src/notes.xml | 39 +++++++++++++++++++++++++++++++++++++++ lib/tools/vsn.mk | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) (limited to 'lib/tools') diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index a6781dfdb3..28f8346a19 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -31,6 +31,45 @@

This document describes the changes made to the Tools application.

+
Tools 3.1 + +
Fixed Bugs and Malfunctions + + +

+ Minor fixes for make clean.

+

+ Own Id: OTP-15657

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

+ In the HTML file generated by + cover:analyse_to_file/1,2, a link is now added to + the line number. This makes it easier to share pointers + to specific lines.

+

+ Own Id: OTP-15541

+
+ +

+ Uncovered lines are now marked with a sad face, + :-(, in the HTML output from + cover:analyse_to_file/1,2. This is to make these + lines easier to find by search.

+

+ Own Id: OTP-15542

+
+
+
+ +
+
Tools 3.0.2
Improvements and New Features diff --git a/lib/tools/vsn.mk b/lib/tools/vsn.mk index bb8305e9f1..5700885549 100644 --- a/lib/tools/vsn.mk +++ b/lib/tools/vsn.mk @@ -1 +1 @@ -TOOLS_VSN = 3.0.2 +TOOLS_VSN = 3.1 -- cgit v1.2.3