diff options
author | Hans Bolinder <[email protected]> | 2017-05-02 13:38:08 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2017-05-02 13:38:08 +0200 |
commit | 1b9d9234e096fbbccdf12081e27be14b14297876 (patch) | |
tree | d9760beffa87cfa5b26067bff81b8a94f15e2cf2 /lib/dialyzer/doc | |
parent | 73acfede7099c6d04de82b73bff2f78abfd89ac6 (diff) | |
parent | 37decbb64953cd65bde2f7003ef5057dc0615ff1 (diff) | |
download | otp-1b9d9234e096fbbccdf12081e27be14b14297876.tar.gz otp-1b9d9234e096fbbccdf12081e27be14b14297876.tar.bz2 otp-1b9d9234e096fbbccdf12081e27be14b14297876.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
inets: Add missing release note
dialyzer: Fix a bug regarding unknown types
erl_mseg.c: don't use invalid indices in - > cache_powered_node[]
Fix release note for OTP-14290
Conflicts:
OTP_VERSION
erts/emulator/sys/common/erl_mseg.c
erts/vsn.mk
lib/dialyzer/src/dialyzer_analysis_callgraph.erl
Diffstat (limited to 'lib/dialyzer/doc')
-rw-r--r-- | lib/dialyzer/doc/src/notes.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml index cd4ec4c068..0dbee1ce34 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 3.1.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> Report unknown types properly. A bug was introduced + in Erlang/OTP 19.3, where warnings about unknown types + were simply discarded. </p> + <p> + Own Id: OTP-14368</p> + </item> + </list> + </section> + +</section> + <section><title>Dialyzer 3.1</title> <section><title>Fixed Bugs and Malfunctions</title> |