aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2017-04-28 15:11:53 +0200
committerErlang/OTP <[email protected]>2017-04-28 15:11:53 +0200
commit304fef65a147b53234d8d8ad8889ffa79d7ef45b (patch)
tree16589e881b3fc6eca0f39bfcafa47c972a34c1fd /lib/dialyzer
parentef5e6b2ea1cd7f13dd7906cb585fd4c56edfd36e (diff)
downloadotp-304fef65a147b53234d8d8ad8889ffa79d7ef45b.tar.gz
otp-304fef65a147b53234d8d8ad8889ffa79d7ef45b.tar.bz2
otp-304fef65a147b53234d8d8ad8889ffa79d7ef45b.zip
Prepare release
Diffstat (limited to 'lib/dialyzer')
-rw-r--r--lib/dialyzer/doc/src/notes.xml16
-rw-r--r--lib/dialyzer/vsn.mk2
2 files changed, 17 insertions, 1 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>
diff --git a/lib/dialyzer/vsn.mk b/lib/dialyzer/vsn.mk
index 0919fba834..7d239fe9cd 100644
--- a/lib/dialyzer/vsn.mk
+++ b/lib/dialyzer/vsn.mk
@@ -1 +1 @@
-DIALYZER_VSN = 3.1
+DIALYZER_VSN = 3.1.1