diff options
author | John Högberg <john@erlang.org> | 2019-07-03 10:31:58 +0200 |
---|---|---|
committer | John Högberg <john@erlang.org> | 2019-07-03 10:31:58 +0200 |
commit | b0a8268780f3f24cbfd9698a0ca08d166bbbd798 (patch) | |
tree | 671df9369e24377b40b80145f37564209e05d2d1 /lib/dialyzer | |
parent | 9e49cf35723d7436dbd0ec2f3c8da165b6eb906a (diff) | |
parent | 7999631c63998cffc07bbcc91dd86cbe709dde5f (diff) | |
download | erlang-b0a8268780f3f24cbfd9698a0ca08d166bbbd798.tar.gz |
Merge branch 'maint-22' into maint
* maint-22:
Updated OTP version
Prepare release
# Conflicts:
# make/otp_version_tickets
Diffstat (limited to 'lib/dialyzer')
-rw-r--r-- | lib/dialyzer/doc/src/notes.xml | 16 | ||||
-rw-r--r-- | lib/dialyzer/vsn.mk | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml index 0930f79840..b72453aac7 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 4.0.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> Make sure Dialyzer does not crash if the formatting + of results fails. Instead of crashing, an unformatted + version of the results is returned. </p> + <p> + Own Id: OTP-15922 Aux Id: PR-2240, ERL-949 </p> + </item> + </list> + </section> + +</section> + <section><title>Dialyzer 4.0.1</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/dialyzer/vsn.mk b/lib/dialyzer/vsn.mk index 466bbfd0f2..7a44daf683 100644 --- a/lib/dialyzer/vsn.mk +++ b/lib/dialyzer/vsn.mk @@ -1 +1 @@ -DIALYZER_VSN = 4.0.1 +DIALYZER_VSN = 4.0.2 |