From 8f99232e1e1097266c62f612a41468f0d6e25372 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 12 Jun 2022 00:39:41 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 2ae7c25f..7402cd77 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,9 @@ v0.x.x (xxxx-xx-xx) width was calculated for the initial layout and changing amount of displayed data (especially listing the read/written registers) didn't affect this, which may have made some lines partially unreadable. +- Added ability to filter call stacks in memory tab by inactive allocations. + Filtering by inactive allocations helps to pinpoint wasteful allocations + in the program. v0.8.1 (2022-04-21)