aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/RELEASE_NOTES
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2010-09-30 14:36:16 +0200
committerBjörn Gustavsson <[email protected]>2010-09-30 14:36:16 +0200
commit800a07c5a386a79465ad33e5015ba20bad2ccc62 (patch)
tree354610f12c0f4d2964e2300e97d6d21ed9cd5390 /lib/dialyzer/RELEASE_NOTES
parent652bc29c4b9213fcca8b0cb1d07eb24f2d2d9774 (diff)
parent3fbe522acb52ae4123e0068d352b8aa4ab767ece (diff)
downloadotp-800a07c5a386a79465ad33e5015ba20bad2ccc62.tar.gz
otp-800a07c5a386a79465ad33e5015ba20bad2ccc62.tar.bz2
otp-800a07c5a386a79465ad33e5015ba20bad2ccc62.zip
Merge branch 'ks/dialyzer-fixes' into dev
* ks/dialyzer-fixes: Fix two errors in dialyzer
Diffstat (limited to 'lib/dialyzer/RELEASE_NOTES')
-rw-r--r--lib/dialyzer/RELEASE_NOTES15
1 files changed, 13 insertions, 2 deletions
diff --git a/lib/dialyzer/RELEASE_NOTES b/lib/dialyzer/RELEASE_NOTES
index 62b0c92f97..a05b3ac52b 100644
--- a/lib/dialyzer/RELEASE_NOTES
+++ b/lib/dialyzer/RELEASE_NOTES
@@ -3,8 +3,19 @@
(in reversed chronological order)
==============================================================================
-Version 2.3.0 (in Erlang/OTP R14)
----------------------------------
+Version 2.x.x (in Erlang/OTP R14B01)
+------------------------------------
+ - Fixed problems in the handling of remote types in records used as types
+ (thanks to Nico Kruber for the report and to Maria Christakis for the fix).
+ - Fixed handling of nested opaque types (thanks to Thorsten Schuett for
+ reporting it and to Maria Christakis for fixing it).
+
+Version 2.3.1 (in Erlang/OTP R14B)
+----------------------------------
+ - Eliminated warnings for auto-imported BIF clashes.
+
+Version 2.3.0 (in Erlang/OTP R14A)
+----------------------------------
- Dialyzer properly supports the new attribute -export_type and checks
that remote types only refer to exported types. A warning is produced
if some files/applications refer to types defined in modules which are