diff options
author | Erlang/OTP <[email protected]> | 2018-09-24 11:32:41 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-09-24 11:32:41 +0200 |
commit | fb7006280f8d5a45459e1fba066fe6f6131e8e86 (patch) | |
tree | cf9de0fc41d235c7f54fd480f8c91c3381ea4a1e /lib/tools | |
parent | b03e95b4495c71c63ae7d483fee365d5cac05163 (diff) | |
download | otp-fb7006280f8d5a45459e1fba066fe6f6131e8e86.tar.gz otp-fb7006280f8d5a45459e1fba066fe6f6131e8e86.tar.bz2 otp-fb7006280f8d5a45459e1fba066fe6f6131e8e86.zip |
Prepare release
Diffstat (limited to 'lib/tools')
-rw-r--r-- | lib/tools/doc/src/notes.xml | 22 | ||||
-rw-r--r-- | lib/tools/vsn.mk | 2 |
2 files changed, 23 insertions, 1 deletions
diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index 8b0a2ca283..f10953774f 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -31,6 +31,28 @@ </header> <p>This document describes the changes made to the Tools application.</p> +<section><title>Tools 3.0.1</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + The HTML pages generated by cover:analyse_to_file/1 and + related functions is improved for readability.</p> + <p> + Own Id: OTP-15213 Aux Id: PR-1807 </p> + </item> + <item> + <p> + Add alignment functionality in emacs.</p> + <p> + Own Id: OTP-15239 Aux Id: PR-1728 </p> + </item> + </list> + </section> + +</section> + <section><title>Tools 3.0</title> <section><title>Improvements and New Features</title> diff --git a/lib/tools/vsn.mk b/lib/tools/vsn.mk index bb3f4c66c0..1bebb1c421 100644 --- a/lib/tools/vsn.mk +++ b/lib/tools/vsn.mk @@ -1 +1 @@ -TOOLS_VSN = 3.0 +TOOLS_VSN = 3.0.1 |