diff options
author | Erlang/OTP <[email protected]> | 2016-12-09 11:45:22 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-12-09 11:45:22 +0100 |
commit | fc0427be6d482182ec70f3cd87c73027cfb17ea9 (patch) | |
tree | 70a9ed08bbb94083e42fbbc0aa4e67404b1634b0 /lib/edoc | |
parent | b47d104994c6f11301f23b0675ed5f06f3e25922 (diff) | |
download | otp-fc0427be6d482182ec70f3cd87c73027cfb17ea9.tar.gz otp-fc0427be6d482182ec70f3cd87c73027cfb17ea9.tar.bz2 otp-fc0427be6d482182ec70f3cd87c73027cfb17ea9.zip |
Prepare release
Diffstat (limited to 'lib/edoc')
-rw-r--r-- | lib/edoc/doc/src/notes.xml | 15 | ||||
-rw-r--r-- | lib/edoc/vsn.mk | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/lib/edoc/doc/src/notes.xml b/lib/edoc/doc/src/notes.xml index e6ad2c683f..4982488335 100644 --- a/lib/edoc/doc/src/notes.xml +++ b/lib/edoc/doc/src/notes.xml @@ -32,6 +32,21 @@ <p>This document describes the changes made to the EDoc application.</p> +<section><title>Edoc 0.8.1</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> Document the function tags <c>@param</c> and + <c>@returns</c>. </p> + <p> + Own Id: OTP-13930 Aux Id: PR-1175 </p> + </item> + </list> + </section> + +</section> + <section><title>Edoc 0.8</title> <section><title>Improvements and New Features</title> diff --git a/lib/edoc/vsn.mk b/lib/edoc/vsn.mk index d3cc732e9c..d66802fdac 100644 --- a/lib/edoc/vsn.mk +++ b/lib/edoc/vsn.mk @@ -1 +1 @@ -EDOC_VSN = 0.8 +EDOC_VSN = 0.8.1 |