summaryrefslogtreecommitdiff
path: root/lib/dialyzer/doc/src/notes.xml
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2021-09-17 10:20:25 +0200
committerErlang/OTP <otp@erlang.org>2021-09-17 10:20:25 +0200
commitee5ebe25951af492f035e41b43b00c1cf6ddc73e (patch)
tree5eb4caa5648d32972841ce21a81d7b6f25088f58 /lib/dialyzer/doc/src/notes.xml
parentf3690a746e18ce3b5eddaa2b68fd82b9367c8dda (diff)
downloaderlang-ee5ebe25951af492f035e41b43b00c1cf6ddc73e.tar.gz
Prepare release
Diffstat (limited to 'lib/dialyzer/doc/src/notes.xml')
-rw-r--r--lib/dialyzer/doc/src/notes.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml
index 9ff3d14399..91a0395626 100644
--- a/lib/dialyzer/doc/src/notes.xml
+++ b/lib/dialyzer/doc/src/notes.xml
@@ -32,6 +32,40 @@
<p>This document describes the changes made to the Dialyzer
application.</p>
+<section><title>Dialyzer 4.4.2</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Do not crash if a PLT file no longer exists.</p>
+ <p>
+ Own Id: OTP-17511 Aux Id: GH-4501 </p>
+ </item>
+ <item>
+ <p>
+ Fix bug in <c>erl_types</c> related to maps.</p>
+ <p>
+ Own Id: OTP-17537</p>
+ </item>
+ <item>
+ <p>
+ Fix bugs in <c>erl_types</c> regarding improper lists.</p>
+ <p>
+ Own Id: OTP-17541</p>
+ </item>
+ <item>
+ <p>The <c>underspecs</c> and <c>overspecs</c> options
+ will now generate correct warnings for misused opaque
+ types.</p>
+ <p>
+ Own Id: OTP-17616 Aux Id: GH-5118 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Dialyzer 4.4.1</title>
<section><title>Fixed Bugs and Malfunctions</title>