From 9cbb57b1936c3dd7ad3c7b9dd60c255dfc022400 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 13 Nov 2020 17:49:19 +0100 Subject: [PATCH] Update NEWS. --- NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2a924aaa..f79972a6 100644 --- a/NEWS +++ b/NEWS @@ -12,7 +12,11 @@ v0.x.x (xxxx-xx-xx) - Added support for user-provided locks to keep dbghelp calls thread-safe. - Call stacks can be now copied to clipboard. - Allow more control over which automated captures are performed. -- Added descriptions for some assembly instructions. +- Added textual descriptions for some assembly instructions. +- Profiler memory usage is now also displayed as a percentage of available + physical memory. +- Microarchitecture mismatch is now clearly displayed in the source view + window. v0.7.3 (2020-10-06)