aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_docgen/doc
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2017-06-21 10:53:19 +0200
committerErlang/OTP <[email protected]>2017-06-21 10:53:19 +0200
commitc18b13d4c8aa31b145703bbbf228fb07d6b2a0a5 (patch)
treef1f0f81fc5f6d4ea67f49d85bd816183e9023893 /lib/erl_docgen/doc
parent12caf72362a6151a72483ce9dfcc989b1c120838 (diff)
downloadotp-c18b13d4c8aa31b145703bbbf228fb07d6b2a0a5.tar.gz
otp-c18b13d4c8aa31b145703bbbf228fb07d6b2a0a5.tar.bz2
otp-c18b13d4c8aa31b145703bbbf228fb07d6b2a0a5.zip
Prepare release
Diffstat (limited to 'lib/erl_docgen/doc')
-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 a3374833bf..59a268d6ac 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>