From ea9f599c88be9aac9d87d02a16de8c1e0fbc0f38 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 22 Jul 2018 00:07:16 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 70225cd7..c13bedd3 100644 --- a/NEWS +++ b/NEWS @@ -30,6 +30,10 @@ v0.4 (xxxx-xx-xx) - Added memory allocation info window. - Selecting memory allocation on a plot will draw time range of the allocation. +- Find zone menu improvements: + - Zones can be now also grouped by call stacks. + - Zone groups can be now also sorted by time spend in each zone. + - Zone groups list now displays group times. v0.3.3 (2018-07-03) -------------------