diff options
author | Erlang/OTP <otp@erlang.org> | 2021-12-14 19:04:01 +0100 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2021-12-14 19:04:01 +0100 |
commit | b1077579af17260e5938dd5546392149e765bb94 (patch) | |
tree | ef8101a1379138c5e0d7e999e4252dcfc3ef42cc /lib/erl_docgen | |
parent | ae46a3b12422ce01aeb023e2fbbac21774c30861 (diff) | |
download | erlang-b1077579af17260e5938dd5546392149e765bb94.tar.gz |
Prepare release
Diffstat (limited to 'lib/erl_docgen')
-rw-r--r-- | lib/erl_docgen/doc/src/notes.xml | 41 | ||||
-rw-r--r-- | lib/erl_docgen/vsn.mk | 2 |
2 files changed, 41 insertions, 2 deletions
diff --git a/lib/erl_docgen/doc/src/notes.xml b/lib/erl_docgen/doc/src/notes.xml index e770ba6a0c..6aa1440596 100644 --- a/lib/erl_docgen/doc/src/notes.xml +++ b/lib/erl_docgen/doc/src/notes.xml @@ -31,7 +31,46 @@ </header> <p>This document describes the changes made to the <em>erl_docgen</em> application.</p> - <section><title>Erl_Docgen 1.1.2</title> + <section><title>Erl_Docgen 1.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix <c>codeinclude</c> tag to correctly respect the + <c>type</c> attribute.</p> + <p> + Own Id: OTP-17754 Aux Id: PR-5365 </p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + The HTML documentation has been updated to collapse + better on small screens.</p> + <p> + Own Id: OTP-17687 Aux Id: PR-5197 </p> + </item> + <item> + <p> + All predefined types have been added to the <c>erlang</c> + module together with documentation.</p> + <p> + Any reference to a predefined type now links to that + documentation so that the user can view it.</p> + <p> + Own Id: OTP-17689 Aux Id: PR-5292 </p> + </item> + </list> + </section> + +</section> + +<section><title>Erl_Docgen 1.1.2</title> <section><title>Fixed Bugs and Malfunctions</title> <list> diff --git a/lib/erl_docgen/vsn.mk b/lib/erl_docgen/vsn.mk index 5009cba7a6..12cc2eecf4 100644 --- a/lib/erl_docgen/vsn.mk +++ b/lib/erl_docgen/vsn.mk @@ -1 +1 @@ -ERL_DOCGEN_VSN = 1.1.2 +ERL_DOCGEN_VSN = 1.2 |