From 68b804f34d4ec420d86953e3f519179a40fbee8f Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 29 Jan 2013 11:38:41 +0100 Subject: Prepare release --- lib/edoc/doc/src/notes.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'lib/edoc/doc/src') diff --git a/lib/edoc/doc/src/notes.xml b/lib/edoc/doc/src/notes.xml index 472b3bfc34..261cae016c 100644 --- a/lib/edoc/doc/src/notes.xml +++ b/lib/edoc/doc/src/notes.xml @@ -31,6 +31,42 @@

This document describes the changes made to the EDoc application.

+
Edoc 0.7.11 + +
Improvements and New Features + + +

Since EDoc 0.7.7 (R14B02) separate values of union + types can be annotated. However, the parser has hitherto + chosen not to add the necessary parentheses due to + backwards compatibility.

From this release on + code traversing the output of edoc_parser needs to + take care of parentheses around separate values of union + types. Examples of such code are layout modules and + doclet modules.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-10195

+
+ +

Support for Unicode has been implemented.

+

+ Own Id: OTP-10302

+
+ +

Where necessary a comment stating encoding has been + added to Erlang files. The comment is meant to be removed + in Erlang/OTP R17B when UTF-8 becomes the default + encoding.

+

+ Own Id: OTP-10630

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