From 36719f9798f1f7c2de203091582083e8d8e5726b Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 10 May 2019 14:42:47 +0200 Subject: Prepare release --- lib/dialyzer/doc/src/notes.xml | 46 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'lib/dialyzer/doc/src/notes.xml') diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml index bc422c43a0..dd0a2bfd7d 100644 --- a/lib/dialyzer/doc/src/notes.xml +++ b/lib/dialyzer/doc/src/notes.xml @@ -32,6 +32,52 @@

This document describes the changes made to the Dialyzer application.

+
Dialyzer 4.0 + +
Fixed Bugs and Malfunctions + + +

+ All incorrect (that is, all) uses of "can not" has been + corrected to "cannot" in source code comments, + documentation, examples, and so on.

+

+ Own Id: OTP-14282 Aux Id: PR-1891

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

By default Dialyzer inserts line breaks in types, + contracts, and Erlang Code when formatting results. Use + the new --no_indentation option to get the old + behavior of not inserting line breaks.

+

+ Own Id: OTP-15135

+
+ +

Use bit syntax in warnings instead of Core Erlang + syntax, for readability.

+

+ Own Id: OTP-15752

+
+ +

The format of the raw analysis result tagged with + fun_app_args is changed to {fun_app_args, + [ArgNs, Args, Type]}.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-15779

+
+
+
+ +
+
Dialyzer 3.3.2
Fixed Bugs and Malfunctions -- cgit v1.2.3