diff options
author | Erlang/OTP <otp@erlang.org> | 2021-02-23 09:23:06 +0100 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2021-02-23 09:23:06 +0100 |
commit | bbc0f3386c2546af25936730742d8dee1664f1dd (patch) | |
tree | 73104f9ba97f9c3482c831e9842d4709b6101290 /lib/dialyzer | |
parent | cb8d4293af0f154f51baf757c78cce07cbecaf7f (diff) | |
download | erlang-bbc0f3386c2546af25936730742d8dee1664f1dd.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 7667ab9459..6bf1bce4c0 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</title> <section><title>Improvements and New Features</title> diff --git a/lib/dialyzer/vsn.mk b/lib/dialyzer/vsn.mk index 3e7cebb1c9..bf764c3c7e 100644 --- a/lib/dialyzer/vsn.mk +++ b/lib/dialyzer/vsn.mk @@ -1 +1 @@ -DIALYZER_VSN = 4.3 +DIALYZER_VSN = 4.4 |