diff options
author | Kostis Sagonas <[email protected]> | 2011-03-09 01:58:45 +0200 |
---|---|---|
committer | Niclas Axelsson <[email protected]> | 2011-03-11 12:03:53 +0100 |
commit | 8c563c842e1966391c4dfbced4426a2ce2e9e7cb (patch) | |
tree | adeea5841668dfc2e4b7ec37e01bd6f307d8457e /lib/dialyzer | |
parent | f01ef637c938cf3cf295eb3ae1d579516723ee80 (diff) | |
download | otp-8c563c842e1966391c4dfbced4426a2ce2e9e7cb.tar.gz otp-8c563c842e1966391c4dfbced4426a2ce2e9e7cb.tar.bz2 otp-8c563c842e1966391c4dfbced4426a2ce2e9e7cb.zip |
Release notes and new version for R14B02
Diffstat (limited to 'lib/dialyzer')
-rw-r--r-- | lib/dialyzer/RELEASE_NOTES | 12 | ||||
-rw-r--r-- | lib/dialyzer/vsn.mk | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/lib/dialyzer/RELEASE_NOTES b/lib/dialyzer/RELEASE_NOTES index 3fd5e9cc7d..4e311bb543 100644 --- a/lib/dialyzer/RELEASE_NOTES +++ b/lib/dialyzer/RELEASE_NOTES @@ -3,6 +3,18 @@ (in reversed chronological order) ============================================================================== +Version 2.4.2 (in Erlang/OTP R14B02) +------------------------------------ + - Added --fullpath option to display files with warnings with their full + file names (thanks to Magnus Henoch for the original patch). + - Better handling of 'and'/'or'/'not' guards that generate warnings + (thanks to Stavros Aronis). + - Better blame assignment for cases when a function's spec is erroneous + (thanks to Stavros Aronis). + - More descriptive warnings when a tuple/record pattern contains subterms + that violate the declared types of record fields (thanks to Matthias Lang + for the test case and for Stavros Aronis for the actual fix). + Version 2.4.0 (in Erlang/OTP R14B01) ------------------------------------ - Added ability to supply multiple PLTs for the analysis (option --plts). diff --git a/lib/dialyzer/vsn.mk b/lib/dialyzer/vsn.mk index b2902e95ed..53b6f8c553 100644 --- a/lib/dialyzer/vsn.mk +++ b/lib/dialyzer/vsn.mk @@ -1 +1 @@ -DIALYZER_VSN = 2.4.0 +DIALYZER_VSN = 2.4.2 |