From 9780184b2cf76eced1ef987408073e96cc29f3bb Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 11 Mar 2019 11:52:56 +0100 Subject: Prepare release --- lib/erl_docgen/doc/src/notes.xml | 26 +++++++++++++++++++++++++- lib/erl_docgen/vsn.mk | 2 +- 2 files changed, 26 insertions(+), 2 deletions(-) (limited to 'lib/erl_docgen') diff --git a/lib/erl_docgen/doc/src/notes.xml b/lib/erl_docgen/doc/src/notes.xml index 97c842a324..54f0a36b27 100644 --- a/lib/erl_docgen/doc/src/notes.xml +++ b/lib/erl_docgen/doc/src/notes.xml @@ -31,7 +31,31 @@

This document describes the changes made to the erl_docgen application.

-
Erl_Docgen 0.8.1 +
Erl_Docgen 0.9 + +
Improvements and New Features + + +

+ The HTML reference documentation shows the OTP version + where modules and functions were first introduced. + Versions older than R13B04 are not shown.

+

+ Own Id: OTP-15460

+
+ +

+ Make html documentation of C functions with many + arguments more readable.

+

+ Own Id: OTP-15637 Aux Id: PR-2160

+
+
+
+ +
+ +
Erl_Docgen 0.8.1
Fixed Bugs and Malfunctions diff --git a/lib/erl_docgen/vsn.mk b/lib/erl_docgen/vsn.mk index 3b2f6db6a1..6321f229dd 100644 --- a/lib/erl_docgen/vsn.mk +++ b/lib/erl_docgen/vsn.mk @@ -1 +1 @@ -ERL_DOCGEN_VSN = 0.8.1 +ERL_DOCGEN_VSN = 0.9 -- cgit v1.2.3