diff options
author | Erlang/OTP <otp@erlang.org> | 2019-09-17 11:17:55 +0200 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2019-09-17 11:17:55 +0200 |
commit | b13c0308e13c023f6de32b6b5f6aa647b7d1ce49 (patch) | |
tree | ed58b6c279efb4017098424de209d6560c6e19cd /lib/dialyzer | |
parent | d277de6e4d21724f778e264359dae264ce0edd75 (diff) | |
download | erlang-b13c0308e13c023f6de32b6b5f6aa647b7d1ce49.tar.gz |
Prepare release
Diffstat (limited to 'lib/dialyzer')
-rw-r--r-- | lib/dialyzer/doc/src/notes.xml | 17 | ||||
-rw-r--r-- | lib/dialyzer/vsn.mk | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml index dad9fd18c7..f6cd2ec585 100644 --- a/lib/dialyzer/doc/src/notes.xml +++ b/lib/dialyzer/doc/src/notes.xml @@ -32,6 +32,23 @@ <p>This document describes the changes made to the Dialyzer application.</p> +<section><title>Dialyzer 4.1</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> Allow native compilation when using Dialyzer from + Erlang. The options <c>native</c> (defaults to + <c>false</c>) and <c>native_cache</c> have been added. + </p> + <p> + Own Id: OTP-15880 Aux Id: PR-2283 </p> + </item> + </list> + </section> + +</section> + <section><title>Dialyzer 4.0.3</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/dialyzer/vsn.mk b/lib/dialyzer/vsn.mk index a77c74c717..03155e2d24 100644 --- a/lib/dialyzer/vsn.mk +++ b/lib/dialyzer/vsn.mk @@ -1 +1 @@ -DIALYZER_VSN = 4.0.3 +DIALYZER_VSN = 4.1 |