From fd8e49b5bddceaae803670121b603b5eee8c5c08 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 25 May 2018 12:14:27 +0200 Subject: Prepare release --- lib/dialyzer/doc/src/notes.xml | 47 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) (limited to 'lib/dialyzer/doc') diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml index 8d11252bff..3330ca05e0 100644 --- a/lib/dialyzer/doc/src/notes.xml +++ b/lib/dialyzer/doc/src/notes.xml @@ -32,6 +32,53 @@

This document describes the changes made to the Dialyzer application.

+
Dialyzer 3.3 + +
Improvements and New Features + + +

Changed the default behaviour of .erlang + loading: .erlang is no longer loaded from the + current directory. c:erlangrc(PathList) can be + used to search and load an .erlang file from user + specified directories.

escript, + erlc, dialyzer and typer no longer + load an .erlang at all.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-14439

+
+ +

Dialyzer can no longer read BEAM files created with + OTP 19 or earlier.

+

+ Own Id: OTP-14493 Aux Id: PR-1434

+
+ +

Speed up the computation of MD5 sums.

+

+ Own Id: OTP-14937 Aux Id: PR-1719

+
+ +

Fix a situation where Dialyzer unnecessarily + discarded contract information, resulting in missed + warnings.

+

+ Own Id: OTP-14970 Aux Id: PR-1722

+
+ +

Do not emit warnings for fun expressions residing in + code that cannot be run. This is consistent with how + Dialyzer treats other code that cannot be run.

+

+ Own Id: OTP-15079 Aux Id: ERL-593

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