diff options
author | Erlang/OTP <[email protected]> | 2013-02-25 19:23:54 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2013-02-25 19:23:54 +0100 |
commit | 05f11890bdfec4bfc3a78e191a87e70a937ffc54 (patch) | |
tree | d6dfa430059359caa58ff6140f42ce14d9eb5734 /lib/edoc | |
parent | 29bfbfdde67e7a0d182aa791317e1d80fe8d0d5d (diff) | |
download | otp-05f11890bdfec4bfc3a78e191a87e70a937ffc54.tar.gz otp-05f11890bdfec4bfc3a78e191a87e70a937ffc54.tar.bz2 otp-05f11890bdfec4bfc3a78e191a87e70a937ffc54.zip |
Prepare releaseOTP_R16B
Diffstat (limited to 'lib/edoc')
-rw-r--r-- | lib/edoc/doc/src/notes.xml | 27 | ||||
-rw-r--r-- | lib/edoc/vsn.mk | 2 |
2 files changed, 28 insertions, 1 deletions
diff --git a/lib/edoc/doc/src/notes.xml b/lib/edoc/doc/src/notes.xml index 98e94f8a30..12f93ab400 100644 --- a/lib/edoc/doc/src/notes.xml +++ b/lib/edoc/doc/src/notes.xml @@ -31,6 +31,33 @@ <p>This document describes the changes made to the EDoc application.</p> +<section><title>Edoc 0.7.12</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>EDoc sometimes failed to associate a comment with the + preceding type declaration. This bug has been fixed. + (Thanks to Serge Aleynikov for reporting the bug.) </p> + <p> + Own Id: OTP-10866</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> Miscellaneous updates due to Unicode support. </p> + <p> + Own Id: OTP-10820</p> + </item> + </list> + </section> + +</section> + <section><title>Edoc 0.7.11</title> <section><title>Improvements and New Features</title> diff --git a/lib/edoc/vsn.mk b/lib/edoc/vsn.mk index cfde80f0fa..af2aa2203f 100644 --- a/lib/edoc/vsn.mk +++ b/lib/edoc/vsn.mk @@ -1 +1 @@ -EDOC_VSN = 0.7.11 +EDOC_VSN = 0.7.12 |