From 745b99ab510ed85ce7ff4b77c83f6c501b24c5cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn-Egil=20Dahlberg?= Date: Fri, 19 Feb 2010 11:39:38 +0000 Subject: Update release notes --- lib/dialyzer/doc/src/notes.xml | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) (limited to 'lib/dialyzer/doc/src') 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 @@
- 20062009 + 20062010 Ericsson AB. All Rights Reserved. @@ -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. - + Dialyzer Release Notes @@ -31,6 +31,35 @@

This document describes the changes made to the Dialyzer application.

+
Dialyzer 2.2.0 + +
Improvements and New Features + + +

Much better support for opaque types (thanks to Manouk + Manoukian).

+

Added support for recursive types (experimental).

+

Added support for parameterized modules.

+

Dialyzer now warns when -specs state that a function + returns some type when in fact it does not.

+

Added --no_native (-nn) option so that + the user can bypass the native code compilation that + dialyzer heuristically performs when dialyzing many + files.

+

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.

+

Options --apps and -Wrace_conditions, which were added + in the previous version, are now properly documented in + the manual.

+

+ Own Id: OTP-8464

+
+
+
+ +
+
Dialyzer 2.1.0
Improvements and New Features -- cgit v1.2.3