aboutsummaryrefslogtreecommitdiffstats
path: root/lib/et
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2013-06-18 12:04:03 +0200
committerBjörn-Egil Dahlberg <[email protected]>2013-06-18 12:04:03 +0200
commit2b2646d97a0f2248d7ec1be81fb88488cfec9a56 (patch)
treec18a924bdaeeef0f2fd1cf7c9653f02802dc9300 /lib/et
parent3ed3b7eeb82816a79efda7ff9fd936e4fe5da6d4 (diff)
parent8cece79b77952c991e62ae595bcf71cde016a052 (diff)
downloadotp-2b2646d97a0f2248d7ec1be81fb88488cfec9a56.tar.gz
otp-2b2646d97a0f2248d7ec1be81fb88488cfec9a56.tar.bz2
otp-2b2646d97a0f2248d7ec1be81fb88488cfec9a56.zip
Merge tag 'OTP_R16B01'
The R16B01 release Conflicts: lib/sasl/vsn.mk
Diffstat (limited to 'lib/et')
-rw-r--r--lib/et/doc/src/notes.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/et/doc/src/notes.xml b/lib/et/doc/src/notes.xml
index 7557c31851..7b9d3fcf81 100644
--- a/lib/et/doc/src/notes.xml
+++ b/lib/et/doc/src/notes.xml
@@ -36,6 +36,29 @@
one section in this document. The title of each section is the
version number of <c>Event Tracer (ET)</c>.</p>
+<section><title>ET 1.4.4.4</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Use erlang:demonitor(Ref, [flush]) where applicable.
+ Thanks to Lo�c Hoguin.</p>
+ <p>
+ Own Id: OTP-11039</p>
+ </item>
+ <item>
+ <p>
+ Rename and document lists:zf/2 as lists:filtermap/2.
+ Thanks to Anthony Ramine.</p>
+ <p>
+ Own Id: OTP-11078</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>ET 1.4.4.3</title>
<section><title>Improvements and New Features</title>