diff options
author | Erlang/OTP <[email protected]> | 2015-12-15 09:45:27 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-12-15 09:45:27 +0100 |
commit | f4a0ae1736216feac5ae053610644bba2e12ed34 (patch) | |
tree | 312fb3dcbbc8fde8518b04abfacd1cb1fc5b8605 /lib/observer/doc/src | |
parent | 4586435cd4ca0d3ad3aedd60f462aed8da589460 (diff) | |
download | otp-f4a0ae1736216feac5ae053610644bba2e12ed34.tar.gz otp-f4a0ae1736216feac5ae053610644bba2e12ed34.tar.bz2 otp-f4a0ae1736216feac5ae053610644bba2e12ed34.zip |
Update release notes
Diffstat (limited to 'lib/observer/doc/src')
-rw-r--r-- | lib/observer/doc/src/notes.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/observer/doc/src/notes.xml b/lib/observer/doc/src/notes.xml index f0c87d865e..e2eeffc667 100644 --- a/lib/observer/doc/src/notes.xml +++ b/lib/observer/doc/src/notes.xml @@ -32,6 +32,36 @@ <p>This document describes the changes made to the Observer application.</p> +<section><title>Observer 2.1.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Show ets owner pid in crashdump viewers popup window, + thanks Leo Liu.</p> + <p> + Own Id: OTP-13030</p> + </item> + <item> + <p> + Several initialisms (eg, ERTS, ETS, SMP) are used as + headings. They were being capitalized incorrectly.</p> + <p> + Own Id: OTP-13044</p> + </item> + <item> + <p> + Fixed a crash in crashdump viewer when dump contained a + truncated binary.</p> + <p> + Own Id: OTP-13163</p> + </item> + </list> + </section> + +</section> + <section><title>Observer 2.1</title> <section><title>Fixed Bugs and Malfunctions</title> |