summaryrefslogtreecommitdiff
path: root/lib/tv/doc/src/notes.xml
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2011-05-24 13:16:24 +0200
committerErlang/OTP <otp@erlang.org>2011-05-24 13:16:24 +0200
commit4a5a75811e2cd590b5c94f71864a5245fd511ccf (patch)
tree5dbd5a391b86d99c00a01c456f817f30209f1962 /lib/tv/doc/src/notes.xml
parent7ae73012553fc54e84ad00fc00f7940cabf1edbb (diff)
downloaderlang-4a5a75811e2cd590b5c94f71864a5245fd511ccf.tar.gz
Prepare releaseOTP_R14B03
Diffstat (limited to 'lib/tv/doc/src/notes.xml')
-rw-r--r--lib/tv/doc/src/notes.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/tv/doc/src/notes.xml b/lib/tv/doc/src/notes.xml
index 388bb82c91..b3f2f5587f 100644
--- a/lib/tv/doc/src/notes.xml
+++ b/lib/tv/doc/src/notes.xml
@@ -30,6 +30,30 @@
</header>
<p>This document describes the changes made to the TV application.</p>
+<section><title>TV 2.1.4.7</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ tv: Allow table viewer to display refs, ports and small
+ binaries</p>
+ <p>
+ Table viewer displayed #Port, #Ref, or #Bin as place
+ holders for their respective object types in ets and
+ mnesia tables. This can make table viewer difficult to
+ use when viewing tables containing those data types. It
+ doesn't make sense to render large binaries so #Bin will
+ still be used for binaries that exceed 100 bytes. (Thanks
+ to Blaine whittle)</p>
+ <p>
+ Own Id: OTP-9153</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>TV 2.1.4.6</title>
<section><title>Fixed Bugs and Malfunctions</title>