From 408ef4c06e8409bffa5e46453e33b35ae6f6dc68 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 25 Feb 2024 13:57:51 +0100 Subject: [PATCH] Update NEWS. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 23665d4f..fa46f954 100644 --- a/NEWS +++ b/NEWS @@ -79,6 +79,8 @@ vx.xx.x (xxxx-xx-xx) by Meson to set the library type instead. - Dropped the 'tracy_' prefix from Meson options. The `tracy_enable` option remains as it was, as it can be inherited from parent projects. +- Fixed display of active / inactive allocations in memory call tree. +- Instrumentation statistics can be now sorted by source location. v0.10.0 (2023-10-16)