diff options
author | Erlang/OTP <otp@erlang.org> | 2020-09-23 13:02:46 +0200 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2020-09-23 13:02:46 +0200 |
commit | 6eb9c72cdc4e74d2affe40c35fc550553d70087b (patch) | |
tree | 16cb6431e7715e6efca415cd1460f8059d3721b2 /lib/dialyzer/doc | |
parent | 8f27a1ae74874556c6b37a36e474b482bd5981a5 (diff) | |
download | erlang-6eb9c72cdc4e74d2affe40c35fc550553d70087b.tar.gz |
Prepare release
Diffstat (limited to 'lib/dialyzer/doc')
-rw-r--r-- | lib/dialyzer/doc/src/notes.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml index 675a2b43ef..fcc08a0fc3 100644 --- a/lib/dialyzer/doc/src/notes.xml +++ b/lib/dialyzer/doc/src/notes.xml @@ -32,6 +32,21 @@ <p>This document describes the changes made to the Dialyzer application.</p> +<section><title>Dialyzer 4.2.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>In rare circumstance, dialyzer wold crash when + analyzing a list comprehension.</p> + <p> + Own Id: OTP-16813 Aux Id: ERL-1307 </p> + </item> + </list> + </section> + +</section> + <section><title>Dialyzer 4.2</title> <section><title>Improvements and New Features</title> |