aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/doc/src/notes.xml
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2017-12-08 10:57:50 +0100
committerErlang/OTP <[email protected]>2017-12-08 10:57:50 +0100
commit47198f179ab14cf8cfcdab0d976650cd1519b236 (patch)
tree9e394ff40890fd30bb738a133dbbf6afecf9c23f /lib/dialyzer/doc/src/notes.xml
parentf3a74a7dfb633b21b7d06e48bf430071cdc0f779 (diff)
downloadotp-47198f179ab14cf8cfcdab0d976650cd1519b236.tar.gz
otp-47198f179ab14cf8cfcdab0d976650cd1519b236.tar.bz2
otp-47198f179ab14cf8cfcdab0d976650cd1519b236.zip
Update release notes
Diffstat (limited to 'lib/dialyzer/doc/src/notes.xml')
-rw-r--r--lib/dialyzer/doc/src/notes.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml
index 6a6e65cb94..a1eecfb3fe 100644
--- a/lib/dialyzer/doc/src/notes.xml
+++ b/lib/dialyzer/doc/src/notes.xml
@@ -32,6 +32,29 @@
<p>This document describes the changes made to the Dialyzer
application.</p>
+<section><title>Dialyzer 3.2.3</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p> The error message returned from Dialyzer when, for
+ example, a modified record field type is not a subtype of
+ the declared type, no longer includes a call stack. The
+ bug was introduced in Erlang/OTP 19.3. </p>
+ <p>
+ Own Id: OTP-14742</p>
+ </item>
+ <item>
+ <p> A bug relating to maps and never returning functions
+ has been fixed. </p>
+ <p>
+ Own Id: OTP-14743</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Dialyzer 3.2.2</title>
<section><title>Fixed Bugs and Malfunctions</title>