From 25237481ccccd3ddfa74582dc267632ad618ba30 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 9 Dec 2013 20:12:33 +0100 Subject: Prepare release --- lib/observer/doc/src/notes.xml | 25 +++++++++++++++++++++++++ lib/observer/vsn.mk | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) (limited to 'lib/observer') diff --git a/lib/observer/doc/src/notes.xml b/lib/observer/doc/src/notes.xml index 8a7a5cc41b..9de00b8c16 100644 --- a/lib/observer/doc/src/notes.xml +++ b/lib/observer/doc/src/notes.xml @@ -31,6 +31,31 @@

This document describes the changes made to the Observer application.

+
Observer 1.3.1.2 + +
Fixed Bugs and Malfunctions + + +

+ The documentation for ttb:tracer/2 incorrectly + stated that there was an option named 'overload', + while the correct name used in the implementation is + 'overload_check'.

+

+ Own Id: OTP-11335 Aux Id: seq12385

+
+ +

+ Fixed typo in observer documentation. Thanks to Dave + Parfitt.

+

+ Own Id: OTP-11475

+
+
+
+ +
+
Observer 1.3.1.1
Improvements and New Features diff --git a/lib/observer/vsn.mk b/lib/observer/vsn.mk index e933f7480c..f48809a839 100644 --- a/lib/observer/vsn.mk +++ b/lib/observer/vsn.mk @@ -1 +1 @@ -OBSERVER_VSN = 1.3.1.1 +OBSERVER_VSN = 1.3.1.2 -- cgit v1.2.3