From e09dd66dc4d89c62ddfd8c19791f9678d5d787c6 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 12 May 2015 18:18:55 +0200 Subject: Prepare release --- lib/tools/doc/src/notes.xml | 59 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) (limited to 'lib/tools/doc/src') diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index 38b57b73a9..85610d623a 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -30,6 +30,65 @@

This document describes the changes made to the Tools application.

+
Tools 2.8 + +
Fixed Bugs and Malfunctions + + +

+ In order to improve performance of the cover tool, new + functions are added for cover compilation and analysis on + multiple files. This allows for more parallelisation.

+

+ Some improvements of the data base access is also done in + order to improve the performance when analysing and + resetting cover data.

+

+ Minor incompatibility: An error reason from + analyse_to_file is changed from no_source_code_found to + {no_source_code_found,Module}.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-12330 Aux Id: seq12757

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

+ Allow maps for supervisor flags and child specs

+

+ Earlier, supervisor flags and child specs were given as + tuples. While this is kept for backwards compatibility, + it is now also allowed to give these parameters as maps, + see sup_flags + and child_spec.

+

+ Own Id: OTP-11043

+
+ +

+ Remove Mnemosyne rules support.

+

+ Own Id: OTP-12511

+
+ +

+ Add printout of total number of calls and time in eprof

+

+ Own Id: OTP-12681

+
+
+
+ +
+
Tools 2.7.2
Fixed Bugs and Malfunctions -- cgit v1.2.3