From 68b804f34d4ec420d86953e3f519179a40fbee8f Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 29 Jan 2013 11:38:41 +0100 Subject: Prepare release --- lib/dialyzer/doc/src/notes.xml | 56 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) (limited to 'lib/dialyzer/doc/src') diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml index f485e4d03b..3290a98795 100644 --- a/lib/dialyzer/doc/src/notes.xml +++ b/lib/dialyzer/doc/src/notes.xml @@ -31,6 +31,62 @@

This document describes the changes made to the Dialyzer application.

+
Dialyzer 2.5.4 + +
Improvements and New Features + + +

Support for Unicode has been implemented.

+

+ Own Id: OTP-10302

+
+ +

Dialyzer no longer outputs warnings for unused + anonymous functions ("funs"). Warnings are still output + for unused functions.

+

+ Own Id: OTP-10433

+
+ +

Where necessary a comment stating encoding has been + added to Erlang files. The comment is meant to be removed + in Erlang/OTP R17B when UTF-8 becomes the default + encoding.

+

+ Own Id: OTP-10630

+
+ +

Some examples overflowing the width of PDF pages have + been corrected.

+

+ Own Id: OTP-10665

+
+ +

+ Fix precision of record creation violation warnings. + Thanks to Stavros Aronis

+

+ Own Id: OTP-10681

+
+ +

+ Report spec discrepancy on mismatching lists. Thanks to + Stavros Aronis.

+

+ Own Id: OTP-10740

+
+ +

+ Properly support functions with arbitrary arity in type + specs. Thanks to Stavros Aronis.

+

+ Own Id: OTP-10772

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