aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/doc/src/notes.xml
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2010-02-19 11:39:38 +0000
committerErlang/OTP <[email protected]>2010-02-19 14:31:36 +0100
commit745b99ab510ed85ce7ff4b77c83f6c501b24c5cc (patch)
treeb0064ac52e55ecb48c004181d65d91b439d1e1e6 /lib/dialyzer/doc/src/notes.xml
parent6328bb2d212e63c1cf6c044a7688412b4ddf6954 (diff)
downloadotp-745b99ab510ed85ce7ff4b77c83f6c501b24c5cc.tar.gz
otp-745b99ab510ed85ce7ff4b77c83f6c501b24c5cc.tar.bz2
otp-745b99ab510ed85ce7ff4b77c83f6c501b24c5cc.zip
Update release notes
Diffstat (limited to 'lib/dialyzer/doc/src/notes.xml')
-rwxr-xr-xlib/dialyzer/doc/src/notes.xml35
1 files changed, 32 insertions, 3 deletions
diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml
index 8e8aab60b8..b6106b928a 100755
--- a/lib/dialyzer/doc/src/notes.xml
+++ b/lib/dialyzer/doc/src/notes.xml
@@ -4,7 +4,7 @@
<chapter>
<header>
<copyright>
- <year>2006</year><year>2009</year>
+ <year>2006</year><year>2010</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -13,12 +13,12 @@
compliance with the License. You should have received a copy of the
Erlang Public License along with this software. If not, it can be
retrieved online at http://www.erlang.org/.
-
+
Software distributed under the License is distributed on an "AS IS"
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
the License for the specific language governing rights and limitations
under the License.
-
+
</legalnotice>
<title>Dialyzer Release Notes</title>
@@ -31,6 +31,35 @@
<p>This document describes the changes made to the Dialyzer
application.</p>
+<section><title>Dialyzer 2.2.0</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>Much better support for opaque types (thanks to Manouk
+ Manoukian).</p>
+ <p>Added support for recursive types (experimental).</p>
+ <p>Added support for parameterized modules.</p>
+ <p>Dialyzer now warns when -specs state that a function
+ returns some type when in fact it does not.</p>
+ <p>Added <c>--no_native</c> (<c>-nn</c>) option so that
+ the user can bypass the native code compilation that
+ dialyzer heuristically performs when dialyzing many
+ files.</p>
+ <p>Fixed minor bug in the dialyzer script allowing the
+ --wx option to bring up the wx-based GUI regardless of
+ its placement in the options list.</p>
+ <p>Options --apps and -Wrace_conditions, which were added
+ in the previous version, are now properly documented in
+ the manual.</p>
+ <p>
+ Own Id: OTP-8464</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Dialyzer 2.1.0</title>
<section><title>Improvements and New Features</title>