diff options
author | Erlang/OTP <otp@erlang.org> | 2019-03-11 11:52:56 +0100 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2019-03-11 11:52:56 +0100 |
commit | 9780184b2cf76eced1ef987408073e96cc29f3bb (patch) | |
tree | dd47c7d76642e149d640521c01673a2d08a822c5 /lib/erl_docgen | |
parent | 9377eeb3335a1552bd8a55a774da1608575ef039 (diff) | |
download | erlang-9780184b2cf76eced1ef987408073e96cc29f3bb.tar.gz |
Prepare release
Diffstat (limited to 'lib/erl_docgen')
-rw-r--r-- | lib/erl_docgen/doc/src/notes.xml | 26 | ||||
-rw-r--r-- | lib/erl_docgen/vsn.mk | 2 |
2 files changed, 26 insertions, 2 deletions
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 @@ </header> <p>This document describes the changes made to the <em>erl_docgen</em> application.</p> - <section><title>Erl_Docgen 0.8.1</title> + <section><title>Erl_Docgen 0.9</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + The HTML reference documentation shows the OTP version + where modules and functions were first introduced. + Versions older than R13B04 are not shown.</p> + <p> + Own Id: OTP-15460</p> + </item> + <item> + <p> + Make html documentation of C functions with many + arguments more readable.</p> + <p> + Own Id: OTP-15637 Aux Id: PR-2160 </p> + </item> + </list> + </section> + +</section> + +<section><title>Erl_Docgen 0.8.1</title> <section><title>Fixed Bugs and Malfunctions</title> <list> 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 |