diff options
author | Erlang/OTP <[email protected]> | 2015-09-21 17:09:23 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-09-21 17:09:23 +0200 |
commit | 6738d356a279835222b951fd213ed4cf9897eb7e (patch) | |
tree | c39c9d8a149d987b190897c03c0f3a6541fb375b /lib/dialyzer/doc | |
parent | c4a35d1b3a5fb7f76fb50861e52be72aeafc389d (diff) | |
download | otp-6738d356a279835222b951fd213ed4cf9897eb7e.tar.gz otp-6738d356a279835222b951fd213ed4cf9897eb7e.tar.bz2 otp-6738d356a279835222b951fd213ed4cf9897eb7e.zip |
Prepare release
Diffstat (limited to 'lib/dialyzer/doc')
-rw-r--r-- | lib/dialyzer/doc/src/notes.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml index 93d3b09f07..9b3a7244f1 100644 --- a/lib/dialyzer/doc/src/notes.xml +++ b/lib/dialyzer/doc/src/notes.xml @@ -32,6 +32,48 @@ <p>This document describes the changes made to the Dialyzer application.</p> +<section><title>Dialyzer 2.8.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>Improve the translation of forms to types. </p> + <p> + Own Id: OTP-12865</p> + </item> + <item> + <p> Fix a bug concerning parameterized opaque types. </p> + <p> + Own Id: OTP-12866</p> + </item> + <item> + <p> Fix a bug concerning parameterized opaque types. </p> + <p> + Own Id: OTP-12940</p> + </item> + <item> + <p> Fix bugs concerning <c>erlang:abs/1</c>. </p> + <p> + Own Id: OTP-12948</p> + </item> + <item> + <p> Fix a bug concerning <c>lists:keydelete/3</c> with + union and opaque types. </p> + <p> + Own Id: OTP-12949</p> + </item> + <item> + <p> + Use new function <c>hipe:erts_checksum</c> to get correct + runtime checksum for cached beam files.</p> + <p> + Own Id: OTP-12964 Aux Id: OTP-12963, OTP-12962 </p> + </item> + </list> + </section> + +</section> + <section><title>Dialyzer 2.8</title> <section><title>Fixed Bugs and Malfunctions</title> |