diff options
author | Erlang/OTP <otp@erlang.org> | 2021-04-19 15:25:17 +0200 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2021-04-19 15:25:17 +0200 |
commit | 221e41bd32e433f6e08bbfedb013fc49c9aa1283 (patch) | |
tree | d086d8bf6a143ab304f0145257bc8d8377f44d11 /lib/dialyzer | |
parent | 58f4ca0b08a3c3445cfb894bf4d28148fe9dec0d (diff) | |
download | erlang-221e41bd32e433f6e08bbfedb013fc49c9aa1283.tar.gz |
Prepare release
Diffstat (limited to 'lib/dialyzer')
-rw-r--r-- | lib/dialyzer/doc/src/notes.xml | 60 | ||||
-rw-r--r-- | lib/dialyzer/vsn.mk | 2 |
2 files changed, 61 insertions, 1 deletions
diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml index eac56be316..2ae3fa934d 100644 --- a/lib/dialyzer/doc/src/notes.xml +++ b/lib/dialyzer/doc/src/notes.xml @@ -32,6 +32,66 @@ <p>This document describes the changes made to the Dialyzer application.</p> +<section><title>Dialyzer 4.4</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Some internal HiPE modules have been moved into the + dialyzer application so that dialyzer works when HiPE is + disabled.</p> + <p> + Own Id: OTP-16883</p> + </item> + <item> + <p>The experimental HiPE application has been removed, + together with all related functionality in other + applications.</p> + <p> + *** POTENTIAL INCOMPATIBILITY ***</p> + <p> + Own Id: OTP-16963</p> + </item> + <item> + <p> + Add warning option <c>no_underspecs</c>.</p> + <p> + Own Id: OTP-16986 Aux Id: ERL-1379, ERL-1480, GH-4033 </p> + </item> + <item> + <p> + Report filename and location for warnings returned due to + the <c>-Wunknown</c> option. When used from the + command-line, one location per file is printed.</p> + <p> + Own Id: OTP-16995 Aux Id: ERL-1348 </p> + </item> + <item> + <p> + Add types and specifications for documentation.</p> + <p> + Own Id: OTP-17084</p> + </item> + <item> + <p> + Add option <c>error_location</c>. The option is + recognized if included in the environment variable + ERL_COMPILER_OPTIONS.</p> + <p> + Own Id: OTP-17177 Aux Id: OTP-16824 </p> + </item> + <item> + <p> + Clarify how to declare records used in match patterns.</p> + <p> + Own Id: OTP-17183 Aux Id: ERL-892, GH-4493 </p> + </item> + </list> + </section> + +</section> + <section><title>Dialyzer 4.3.1</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/dialyzer/vsn.mk b/lib/dialyzer/vsn.mk index 803d121b53..bf764c3c7e 100644 --- a/lib/dialyzer/vsn.mk +++ b/lib/dialyzer/vsn.mk @@ -1 +1 @@ -DIALYZER_VSN = 4.3.1 +DIALYZER_VSN = 4.4 |