From fd8e49b5bddceaae803670121b603b5eee8c5c08 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 25 May 2018 12:14:27 +0200 Subject: Prepare release --- lib/erl_docgen/doc/src/notes.xml | 35 ++++++++++++++++++++++++++++++++++- lib/erl_docgen/vsn.mk | 2 +- 2 files changed, 35 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 2652b4b0c8..e87a1ae102 100644 --- a/lib/erl_docgen/doc/src/notes.xml +++ b/lib/erl_docgen/doc/src/notes.xml @@ -31,7 +31,40 @@

This document describes the changes made to the erl_docgen application.

-
Erl_Docgen 0.7.2 +
Erl_Docgen 0.8 + +
Fixed Bugs and Malfunctions + + +

Update makefile so db_funcs.xsl is a part of the + installed application.

+

+ Own Id: OTP-15091

+
+
+
+ + +
Improvements and New Features + + +

+ Add a hoverable element to the titles in the html + documentation with a link to github where the + documentation can be edited.

+

+ Make the anchors in the html User's Guide and system + documentation use the title of the sections instead of a + generated id.

+

+ Own Id: OTP-14979

+
+
+
+ +
+ +
Erl_Docgen 0.7.2
Fixed Bugs and Malfunctions diff --git a/lib/erl_docgen/vsn.mk b/lib/erl_docgen/vsn.mk index a556b73103..0b24604daa 100644 --- a/lib/erl_docgen/vsn.mk +++ b/lib/erl_docgen/vsn.mk @@ -1 +1 @@ -ERL_DOCGEN_VSN = 0.7.3 +ERL_DOCGEN_VSN = 0.8 -- cgit v1.2.3