diff options
author | Erlang/OTP <[email protected]> | 2017-04-28 15:11:53 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-04-28 15:11:53 +0200 |
commit | 304fef65a147b53234d8d8ad8889ffa79d7ef45b (patch) | |
tree | 16589e881b3fc6eca0f39bfcafa47c972a34c1fd /lib/dialyzer/doc/src/notes.xml | |
parent | ef5e6b2ea1cd7f13dd7906cb585fd4c56edfd36e (diff) | |
download | otp-304fef65a147b53234d8d8ad8889ffa79d7ef45b.tar.gz otp-304fef65a147b53234d8d8ad8889ffa79d7ef45b.tar.bz2 otp-304fef65a147b53234d8d8ad8889ffa79d7ef45b.zip |
Prepare release
Diffstat (limited to 'lib/dialyzer/doc/src/notes.xml')
-rw-r--r-- | lib/dialyzer/doc/src/notes.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml index cd4ec4c068..0dbee1ce34 100644 --- a/lib/dialyzer/doc/src/notes.xml +++ b/lib/dialyzer/doc/src/notes.xml @@ -32,6 +32,22 @@ <p>This document describes the changes made to the Dialyzer application.</p> +<section><title>Dialyzer 3.1.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> Report unknown types properly. A bug was introduced + in Erlang/OTP 19.3, where warnings about unknown types + were simply discarded. </p> + <p> + Own Id: OTP-14368</p> + </item> + </list> + </section> + +</section> + <section><title>Dialyzer 3.1</title> <section><title>Fixed Bugs and Malfunctions</title> |