From 4fc675814ac91065840e6d9b68bbc6474f582e19 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 9 Feb 2020 21:33:12 +0100 Subject: [PATCH] Update NEWS. --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 123bbe4f..f6565ad6 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,7 @@ v0.7 (xxxx-xx-xx) - Memory allocation lists can now be sorted. - Added display of trace file compression ratio. - Optional Zstd compression of trace files. +- Frame images are now internally compressed using Zstd (instead of LZ4). v0.6.2 (2019-12-30) -------------------