aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_docgen
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2017-05-30 16:15:30 +0200
committerErlang/OTP <[email protected]>2017-05-30 16:15:30 +0200
commiteaf8ca41dfa4850437ad270d3897399c9358ced0 (patch)
treeed69a7dff05c4ea0a3d3fa5be62d339203b5a508 /lib/erl_docgen
parentb182febe36aa63eb8290f24ba4b7932673a9a9bc (diff)
downloadotp-eaf8ca41dfa4850437ad270d3897399c9358ced0.tar.gz
otp-eaf8ca41dfa4850437ad270d3897399c9358ced0.tar.bz2
otp-eaf8ca41dfa4850437ad270d3897399c9358ced0.zip
Prepare release
Diffstat (limited to 'lib/erl_docgen')
-rw-r--r--lib/erl_docgen/doc/src/notes.xml37
1 files changed, 36 insertions, 1 deletions
diff --git a/lib/erl_docgen/doc/src/notes.xml b/lib/erl_docgen/doc/src/notes.xml
index 4824a755d9..0653730572 100644
--- a/lib/erl_docgen/doc/src/notes.xml
+++ b/lib/erl_docgen/doc/src/notes.xml
@@ -31,7 +31,42 @@
</header>
<p>This document describes the changes made to the <em>erl_docgen</em> application.</p>
- <section><title>Erl_Docgen 0.6.1</title>
+ <section><title>Erl_Docgen 0.7</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Sort index of C functions alphabetically in the sidebar.</p>
+ <p>
+ Own Id: OTP-14333 Aux Id: ERL-393 </p>
+ </item>
+ <item>
+ <p> The right side index of functions now handle
+ functions with same name but different arity. </p>
+ <p>
+ Own Id: OTP-14431</p>
+ </item>
+ </list>
+ </section>
+
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Improvements in the OTP documentation style.</p>
+ <p>
+ (Thanks to Mariano Guerra)</p>
+ <p>
+ Own Id: OTP-14371 Aux Id: PR-1215 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>Erl_Docgen 0.6.1</title>
<section><title>Fixed Bugs and Malfunctions</title>
<list>