From abde0c252dc80bb3f5673395c1cf6ed5a596c676 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 28 Aug 2019 19:46:08 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 314b6899..94fe71d0 100644 --- a/NEWS +++ b/NEWS @@ -29,6 +29,8 @@ v0.6 (xxxx-xx-xx) - Switched to using native thread identifiers (relatively small numbers), as opposed to pthreads identifiers, which in reality were pointers. - Improved thread name discovery if context switch capture is enabled. +- Timeline view state of a given trace will now be preserved between + profiling sessions. v0.5 (2019-08-10) -----------------