diff options
author | Henrik Nord <henrik@erlang.org> | 2020-09-23 13:05:18 +0200 |
---|---|---|
committer | Henrik Nord <henrik@erlang.org> | 2020-09-23 13:05:18 +0200 |
commit | 894c917883da9a94a98ad00f012e62bf7914643f (patch) | |
tree | 3766923549cb903e19d400466c245ac6aac1fba7 /lib/observer | |
parent | 6df988aa4c0412bc9e794b58498fe74ad92d8020 (diff) | |
parent | 1b5dce9313e29c320593b3bba5ca020a23019706 (diff) | |
download | erlang-894c917883da9a94a98ad00f012e62bf7914643f.tar.gz |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
Diffstat (limited to 'lib/observer')
-rw-r--r-- | lib/observer/doc/src/notes.xml | 15 | ||||
-rw-r--r-- | lib/observer/vsn.mk | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/lib/observer/doc/src/notes.xml b/lib/observer/doc/src/notes.xml index 2533f99bd5..5e752dda1f 100644 --- a/lib/observer/doc/src/notes.xml +++ b/lib/observer/doc/src/notes.xml @@ -32,6 +32,21 @@ <p>This document describes the changes made to the Observer application.</p> +<section><title>Observer 2.9.5</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix graph windows flickering on windows.</p> + <p> + Own Id: OTP-16778</p> + </item> + </list> + </section> + +</section> + <section><title>Observer 2.9.4</title> <section><title>Improvements and New Features</title> diff --git a/lib/observer/vsn.mk b/lib/observer/vsn.mk index 4de0cc113f..b69de6c454 100644 --- a/lib/observer/vsn.mk +++ b/lib/observer/vsn.mk @@ -1 +1 @@ -OBSERVER_VSN = 2.9.4 +OBSERVER_VSN = 2.9.5 |