From 1070d74acf8dc11ec2ee289327e5a0986b84642b Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 25 Feb 2021 18:54:49 +0100 Subject: [PATCH] Update NEWS. --- NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS b/NEWS index 216142df..1fec9679 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,20 @@ v0.x.x (xxxx-xx-xx) - Linux crash handler will now also catch SIGABRT. - Fixed invalid name assignment to source files discovered client-side. +- Added ability to check if a zone is active (which may be used to avoid + preparing zone text, etc., as it wouldn't be used anyway). +- Improved sorting behavior of internal vectors. + - Some data will now be always properly displayed during live capture. + This was not particularly visible before, as it mainly concerns edge + cases. + - Sorting is performed only as needed. + - In case of plots the performance during live capture may be decreased, + as these were sorted with at least 0.25 second intervals before. Now + the sorting is performed every frame. + - Some other data, which previously was not sorted, is sorted now. + - In headless capture mode sorting will be only performed when the trace + is saved to disk. +- Fixed some typos in macros. v0.7.6 (2021-02-06)