From 663e847459686604ea051f036a0e4caff18cea6f Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 12 May 2016 12:04:14 +0200 Subject: Revert "Prepare release" This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a. --- lib/dialyzer/doc/src/notes.xml | 57 ------------------------------------------ lib/dialyzer/vsn.mk | 2 +- 2 files changed, 1 insertion(+), 58 deletions(-) (limited to 'lib/dialyzer') diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml index 9fff460b7a..d9af2cb4cd 100644 --- a/lib/dialyzer/doc/src/notes.xml +++ b/lib/dialyzer/doc/src/notes.xml @@ -32,63 +32,6 @@

This document describes the changes made to the Dialyzer application.

-
Dialyzer 3.0 - -
Fixed Bugs and Malfunctions - - -

Fix a bug in the translation of forms to types.

-

- Own Id: OTP-13520

-
- -

Correct mispelling in Dialyzer's acronym definition. -

-

- Own Id: OTP-13544 Aux Id: PR-1007

-
-
-
- - -
Improvements and New Features - - -

The evaluation of SCCs in dialyzer_typesig is - optimized.

Maps are used instead of Dicts to - further optimize the evalutation.

-

- Own Id: OTP-10349

-
- -

Since Erlang/OTP R14A, when support for parameterized - modules was added, module() has included - tuple(), but that part is removed; the type - module() is now the same as atom(), as - documented in the Reference Manual.

-

- Own Id: OTP-13244

-
- -

The type specification syntax for Maps is improved: -

The association type KeyType := - ValueType denotes an association that must be - present.

The shorthand ... - stands for the association type any() => any(). -

An incompatible change is that - #{} stands for the empty map. The type - map() (a map of any size) can be written as - #{...}.

-

- *** POTENTIAL INCOMPATIBILITY ***

-

- Own Id: OTP-13542 Aux Id: PR-1014

-
-
-
- -
-
Dialyzer 2.9
Fixed Bugs and Malfunctions diff --git a/lib/dialyzer/vsn.mk b/lib/dialyzer/vsn.mk index 077fe01e85..77ea9d0413 100644 --- a/lib/dialyzer/vsn.mk +++ b/lib/dialyzer/vsn.mk @@ -1 +1 @@ -DIALYZER_VSN = 3.0 +DIALYZER_VSN = 2.10 -- cgit v1.2.3