From 39923e942b3af2ad91204adee964074ebcd9d1da Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 27 Mar 2020 02:08:31 +0100 Subject: [PATCH] Update NEWS. --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 191052be..4927e1f7 100644 --- a/NEWS +++ b/NEWS @@ -32,6 +32,7 @@ v0.7 (xxxx-xx-xx) - 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. +- Display number of in-flight queries, in addition to query backlog. v0.6.3 (2020-02-13) -------------------