From ca8156efdf94767a43f5c40f29bd5a5258e4cabd Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 25 Mar 2020 23:45:31 +0100 Subject: [PATCH] Update NEWS. --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 6daf8829..5e4be7f8 100644 --- a/NEWS +++ b/NEWS @@ -30,6 +30,7 @@ v0.7 (xxxx-xx-xx) - Added display of profiling data to source file viewer. - Small fragments of executable code will be now sent from client to server. - Added notification about query backlog. +- Source file view can now display disassembly of executable code. v0.6.3 (2020-02-13) -------------------