From a9a2ca66cac60ece8555d8c9314f2046427cbe10 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 25 Nov 2018 19:17:17 +0100 Subject: [PATCH] Update NEWS. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 501110fc..7d9cbbc9 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,10 @@ v0.5 (xxxx-xx-xx) timeline. - Add ability to go to a specified frame. - Most commonly used addresses can be now selected from the drop-down menu. +- Fixed corner case problem with profiler initialization on Windows. +- Added third state (stopped) to the pause/resume button. It will be used + after the connection to the client is terminated. +- Active trace can be discarded. v0.4 (2018-10-09) -----------------