From 9780184b2cf76eced1ef987408073e96cc29f3bb Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 11 Mar 2019 11:52:56 +0100 Subject: Prepare release --- lib/dialyzer/doc/src/notes.xml | 30 ++++++++++++++++++++++++++++++ lib/dialyzer/vsn.mk | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) (limited to 'lib/dialyzer') diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml index 3cf776e566..bc422c43a0 100644 --- a/lib/dialyzer/doc/src/notes.xml +++ b/lib/dialyzer/doc/src/notes.xml @@ -32,6 +32,36 @@

This document describes the changes made to the Dialyzer application.

+
Dialyzer 3.3.2 + +
Fixed Bugs and Malfunctions + + +

Fix a bug that caused Dialyzer to crash when + analyzing a contract with a module name differing from + the analyzed module's name. The bug was introduced in + Erlang/OTP 18.

+

+ Own Id: OTP-15562 Aux Id: ERL-845

+
+ +

Fix a bug in the handling of the Key argument + of lists:{keysearch, keyfind, keymember}.

+

+ Own Id: OTP-15570

+
+ +

Optimize (again) Dialyzer's handling of + left-associative use of andalso and orelse + in guards.

+

+ Own Id: OTP-15577 Aux Id: ERL-851, PR-2141, PR-1944

+
+
+
+ +
+
Dialyzer 3.3.1
Improvements and New Features diff --git a/lib/dialyzer/vsn.mk b/lib/dialyzer/vsn.mk index 98ab533a58..7221993963 100644 --- a/lib/dialyzer/vsn.mk +++ b/lib/dialyzer/vsn.mk @@ -1 +1 @@ -DIALYZER_VSN = 3.3.1 +DIALYZER_VSN = 3.3.2 -- cgit v1.2.3