From df130102cdeca8d35fec95a0c926fd1cfec54eab Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 26 Feb 2019 11:28:27 +0100 Subject: Prepare release --- lib/tools/doc/src/notes.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'lib/tools/doc/src') diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index a6781dfdb3..29bc16095f 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -31,6 +31,42 @@

This document describes the changes made to the Tools application.

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

+ Add cprof and tags modules to .app file so + that they are included in releases.

+

+ Own Id: OTP-15534 Aux Id: PR-2078

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

The cover tool now uses the counters + module instead of ets for updating the counters + for how many times a line has been executed. By default, + Cover will work with distributed nodes, but a new + function cover:local_only/0 allows running the + Cover in a restricted but faster local-only mode.

+

The increase in speed will vary depending on the type + of code being cover-compiled, but as an example, the + compiler test suite runs more than twice as fast with the + new Cover.

+

+ Own Id: OTP-15575

+
+
+
+ +
+
Tools 3.0.2
Improvements and New Features -- cgit v1.2.3