From 1badc53e716aa1314f9571d2490a76d470a9eec9 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 31 May 2021 22:40:57 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index f9ac3f86..0b97bb43 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,9 @@ v0.x.x (xxxx-xx-xx) - Added TRACY_NO_CALLSTACK_INLINES macro to disable inline functions resolution in call stacks on Windows. - Limited client query response rate. +- Improved function matching algorithm in compare traces view. +- Added minimal CMake integration layer. +- Reworked rpmalloc initialization. v0.7.8 (2021-05-19)