From b6dc1a844eab061d0a7153d46e7e68296f15a504 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 4 Oct 2011 12:06:58 +0200 Subject: Prepare release --- lib/edoc/doc/src/notes.xml | 51 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) (limited to 'lib/edoc/doc/src/notes.xml') diff --git a/lib/edoc/doc/src/notes.xml b/lib/edoc/doc/src/notes.xml index 31a54788e5..b220067bbe 100644 --- a/lib/edoc/doc/src/notes.xml +++ b/lib/edoc/doc/src/notes.xml @@ -31,6 +31,57 @@

This document describes the changes made to the EDoc application.

+
Edoc 0.7.9 + +
Fixed Bugs and Malfunctions + + +

no_return is a new built-in type.

+

+ Own Id: OTP-9350

+
+ +

+ synchronized with edoc development version

+

+ forgot to ensure that xmerl is found in path for + include_lib to work

+

+ fix -spec declaration that doesn't work in R13B04

+

+ eliminate warnings about unused imports

+

+ removed CVS-keywords from source files (Thanks to Richard + Carlsson )

+

+ Own Id: OTP-9463

+
+ +

+ Add a proplist() type

+

+ Recently I was adding specs to an API and found that + there is no canonical proplist() type defined. (Thanks to + Ryan Zezeski)

+

+ Own Id: OTP-9499

+
+ +

+ Removed some never-matching clauses reported by dialyzer + Fix macro expansion in comments following Erlang types + URI-escape bytes as two hex digits always (reported by + Alfonso De Gregorio) Updated author e-mail Recognize some + more URI schemas in wiki text, in particular https + (Thanks to Richard Carlsson)

+

+ Own Id: OTP-9590

+
+
+
+ +
+
Edoc 0.7.8
Fixed Bugs and Malfunctions -- cgit v1.2.3