diff options
author | Erlang/OTP <[email protected]> | 2018-05-25 12:14:27 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-05-25 12:14:27 +0200 |
commit | fd8e49b5bddceaae803670121b603b5eee8c5c08 (patch) | |
tree | 26cf13756466baac2711b5cb9d347116d213fa16 /lib/edoc | |
parent | 4f91c8a34f4cc2c728a63e8d218566b3b3795b10 (diff) | |
download | otp-fd8e49b5bddceaae803670121b603b5eee8c5c08.tar.gz otp-fd8e49b5bddceaae803670121b603b5eee8c5c08.tar.bz2 otp-fd8e49b5bddceaae803670121b603b5eee8c5c08.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 240789e876..853cc792e0 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.9.3</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Update to use the new string api instead of the old.</p> + <p> + Own Id: OTP-15036</p> + </item> + </list> + </section> + +</section> + <section><title>Edoc 0.9.2</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/edoc/vsn.mk b/lib/edoc/vsn.mk index 2f6d469536..bea9277e1f 100644 --- a/lib/edoc/vsn.mk +++ b/lib/edoc/vsn.mk @@ -1 +1 @@ -EDOC_VSN = 0.9.2 +EDOC_VSN = 0.9.3 |