From e3f54dc4dd98a9b7447f2f2e6afe10ed49affc82 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 15 May 2021 18:09:07 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 095f826e..7e208d26 100644 --- a/NEWS +++ b/NEWS @@ -27,6 +27,9 @@ v0.x.x (xxxx-xx-xx) - Sampling frequency can be now controlled using TRACY_SAMPLING_HZ macro. - Trace compression can be now selected when saving a trace. - If a trace cannot be saved, a failure dialog will be displayed. +- Run-time memory usage of frame images can be reduced by calculating + a compression dictionary. This can be only performed when a trace is saved + or through the update utility. v0.7.7 (2021-04-01)