diff options
author | Erlang/OTP <[email protected]> | 2018-09-24 11:32:41 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-09-24 11:32:41 +0200 |
commit | fb7006280f8d5a45459e1fba066fe6f6131e8e86 (patch) | |
tree | cf9de0fc41d235c7f54fd480f8c91c3381ea4a1e /lib/erl_docgen | |
parent | b03e95b4495c71c63ae7d483fee365d5cac05163 (diff) | |
download | otp-fb7006280f8d5a45459e1fba066fe6f6131e8e86.tar.gz otp-fb7006280f8d5a45459e1fba066fe6f6131e8e86.tar.bz2 otp-fb7006280f8d5a45459e1fba066fe6f6131e8e86.zip |
Prepare release
Diffstat (limited to 'lib/erl_docgen')
-rw-r--r-- | lib/erl_docgen/doc/src/notes.xml | 18 | ||||
-rw-r--r-- | lib/erl_docgen/vsn.mk | 2 |
2 files changed, 18 insertions, 2 deletions
diff --git a/lib/erl_docgen/doc/src/notes.xml b/lib/erl_docgen/doc/src/notes.xml index 7a09b62351..97c842a324 100644 --- a/lib/erl_docgen/doc/src/notes.xml +++ b/lib/erl_docgen/doc/src/notes.xml @@ -31,7 +31,23 @@ </header> <p>This document describes the changes made to the <em>erl_docgen</em> application.</p> - <section><title>Erl_Docgen 0.8</title> + <section><title>Erl_Docgen 0.8.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Indexing for the online search function has been + corrected for CREF documents.</p> + <p> + Own Id: OTP-14406</p> + </item> + </list> + </section> + +</section> + +<section><title>Erl_Docgen 0.8</title> <section><title>Improvements and New Features</title> <list> diff --git a/lib/erl_docgen/vsn.mk b/lib/erl_docgen/vsn.mk index 0b24604daa..3b2f6db6a1 100644 --- a/lib/erl_docgen/vsn.mk +++ b/lib/erl_docgen/vsn.mk @@ -1 +1 @@ -ERL_DOCGEN_VSN = 0.8 +ERL_DOCGEN_VSN = 0.8.1 |