diff options
author | Erlang/OTP <[email protected]> | 2012-11-26 15:48:29 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2012-11-26 15:48:29 +0100 |
commit | d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239 (patch) | |
tree | 82f694611cd02d0f4cc1f8ab28d234de5ecf5ac0 /lib/dialyzer/doc/src/notes.xml | |
parent | 6b9369ea8357b8365cea461f3a73e9f9a0d1b56f (diff) | |
download | otp-d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239.tar.gz otp-d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239.tar.bz2 otp-d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239.zip |
Prepare releaseOTP_R15B03
Diffstat (limited to 'lib/dialyzer/doc/src/notes.xml')
-rw-r--r-- | lib/dialyzer/doc/src/notes.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml index 0c1556308c..f485e4d03b 100644 --- a/lib/dialyzer/doc/src/notes.xml +++ b/lib/dialyzer/doc/src/notes.xml @@ -31,6 +31,24 @@ <p>This document describes the changes made to the Dialyzer application.</p> +<section><title>Dialyzer 2.5.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>Fix a crash in race condition detection</p> <p>Remove + old untested experimental extension</p> <p>Respect + {plt_check,false} option when using dialyzer:run/1</p> + <p>Fix handling of tuple set remote types appearing in + tuple sets</p> + <p> + Own Id: OTP-10464</p> + </item> + </list> + </section> + +</section> + <section><title>Dialyzer 2.5.2</title> <section><title>Fixed Bugs and Malfunctions</title> |