From 4a5a75811e2cd590b5c94f71864a5245fd511ccf Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 24 May 2011 13:16:24 +0200 Subject: Prepare release --- lib/edoc/doc/src/notes.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'lib/edoc/doc') diff --git a/lib/edoc/doc/src/notes.xml b/lib/edoc/doc/src/notes.xml index 630271b115..31a54788e5 100644 --- a/lib/edoc/doc/src/notes.xml +++ b/lib/edoc/doc/src/notes.xml @@ -31,6 +31,40 @@

This document describes the changes made to the EDoc application.

+
Edoc 0.7.8 + +
Fixed Bugs and Malfunctions + + +

+ Fix infinite loop for malformed edoc input

+

+ When processing an edoc comment with ``` in it, if the + comment ends without a matching ''' then an infinite loop + occurs in the function edoc_wiki:strip_empty_lines/2. + This change fixes that by adding a clause to return from + the function upon the end of the comment input. This + allows an error to be thrown to indicate the problem, + which is the same behaviour as leaving either `` or ` + unmatched. (Thanks to Taylor Venable)

+

+ Own Id: OTP-9165

+
+ +

Bugs concerning the option + report_missing_types that was added in EDoc-0.7.7 + have been corrected: the option was misspelled in the + source, and local definitions as well as the function + tags @private and @hidden were not handled + correctly. (Thanks to Manolis Papadakis.)

+

+ Own Id: OTP-9301

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