From 425889ba69b69a9b6fb14bfbef121d51b78e853a Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 23 Apr 2019 17:38:37 +0200 Subject: Prepare release --- lib/tools/doc/src/notes.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'lib/tools/doc/src') diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index 2191ebe2df..fd41e2cbeb 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -31,6 +31,49 @@

This document describes the changes made to the Tools application.

+
Tools 3.2 + +
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

+
+ +

+ Improved documentation parsing in emacs erldoc + functionality.

+

+ Own Id: OTP-15699 Aux Id: PR-2184

+
+
+
+ + +
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.1
Fixed Bugs and Malfunctions -- cgit v1.2.3