diff options
author | Erlang/OTP <[email protected]> | 2017-05-04 17:05:25 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-05-04 17:05:25 +0200 |
commit | dc57404252c47520f352834ad9be45ad684f96c9 (patch) | |
tree | 4b45d3ddf960372ffff4d08e3eeed171b2903bd3 /lib/edoc | |
parent | 4261ee2caae48ad7e215144c5abbfd34fffb35e5 (diff) | |
download | otp-dc57404252c47520f352834ad9be45ad684f96c9.tar.gz otp-dc57404252c47520f352834ad9be45ad684f96c9.tar.bz2 otp-dc57404252c47520f352834ad9be45ad684f96c9.zip |
Prepare release
Diffstat (limited to 'lib/edoc')
-rw-r--r-- | lib/edoc/doc/src/notes.xml | 22 | ||||
-rw-r--r-- | lib/edoc/vsn.mk | 2 |
2 files changed, 23 insertions, 1 deletions
diff --git a/lib/edoc/doc/src/notes.xml b/lib/edoc/doc/src/notes.xml index 4982488335..27b5a3ac3d 100644 --- a/lib/edoc/doc/src/notes.xml +++ b/lib/edoc/doc/src/notes.xml @@ -32,6 +32,28 @@ <p>This document describes the changes made to the EDoc application.</p> +<section><title>Edoc 0.9</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p>To support stable builds, <c>edoc</c> no longer + includes time stamps in the footer for generated + files.</p> + <p> + Own Id: OTP-14277</p> + </item> + <item> + <p> Miscellaneous updates due to atoms containing + arbitrary Unicode characters. </p> + <p> + Own Id: OTP-14285</p> + </item> + </list> + </section> + +</section> + <section><title>Edoc 0.8.1</title> <section><title>Improvements and New Features</title> diff --git a/lib/edoc/vsn.mk b/lib/edoc/vsn.mk index d66802fdac..1a933b2ad8 100644 --- a/lib/edoc/vsn.mk +++ b/lib/edoc/vsn.mk @@ -1 +1 @@ -EDOC_VSN = 0.8.1 +EDOC_VSN = 0.9 |