From 6fa0f55a83b793751487efc07830f955cc79c347 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 28 Sep 2022 01:36:58 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 284760e2..a050cd95 100644 --- a/NEWS +++ b/NEWS @@ -92,6 +92,8 @@ v0.x.x (xxxx-xx-xx) - Clicking on a local thread in the CPU data view will make the thread visible and uncollapsed on the timeline. - Assembly view is now in color. +- The profiler UI will no longer unnecessarily redraw the screen if nothing + was changed. This should have a profound impact on power usage. v0.8.2 (2022-06-28)