From 77a8e47c7d24ec87be3524bf85b0772f76281891 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 14 Aug 2019 21:33:29 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 1c19e30b..bfc1e085 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,10 @@ v0.6 (xxxx-xx-xx) - Dropped support for pre-v0.4 traces. - Implemented context switch capture on selected platforms. + - Zone information window can now display regions in which thread was + suspended by the operating system. + - Find zone menu can now display zone timing information for when the + thread was in a running state. - API breakage: SetThreadName() now only works on current thread. - Fixed thread name retrieval after thread is destroyed.