From 4fac1517d91d48da407991625877db849f21f7da Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 29 Feb 2020 00:51:03 +0100 Subject: [PATCH] Update NEWS. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index df194511..30ae6c9b 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,8 @@ v0.7 (xxxx-xx-xx) - Call stack window will now display module names. - Symbol location in call stack window may now also display symbol address. - Statistics menu can now use call stack sampling data. +- Frame image compression ratio (lossless in-memory compression, not taking + into account DXT compression) is displayed in playback window. v0.6.3 (2020-02-13) -------------------