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/tools/doc/src | |
parent | b47d104994c6f11301f23b0675ed5f06f3e25922 (diff) | |
download | otp-fc0427be6d482182ec70f3cd87c73027cfb17ea9.tar.gz otp-fc0427be6d482182ec70f3cd87c73027cfb17ea9.tar.bz2 otp-fc0427be6d482182ec70f3cd87c73027cfb17ea9.zip |
Prepare release
Diffstat (limited to 'lib/tools/doc/src')
-rw-r--r-- | lib/tools/doc/src/notes.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index 2d9bee0dd1..415f1b8516 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -31,6 +31,42 @@ </header> <p>This document describes the changes made to the Tools application.</p> +<section><title>Tools 2.9</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix unhandled trace event send_to_non_existing_process in + fprof.</p> + <p> + Own Id: OTP-13998</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Improved edoc support in emacs erlang-mode.</p> + <p> + Own Id: OTP-13945 Aux Id: PR-1157 </p> + </item> + <item> + <p> + Added erldoc to emacs mode which opens html documentation + in browser from emacs. For example <c>M-x erldoc-browse + RET lists:foreach/2</c>.</p> + <p> + Own Id: OTP-14018 Aux Id: PR-1197 </p> + </item> + </list> + </section> + +</section> + <section><title>Tools 2.8.6</title> <section><title>Fixed Bugs and Malfunctions</title> |