From 8f720b55ff8c422b1b7def50667feafefbaebb97 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 16 Aug 2020 01:42:09 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 4358f44a..702ed8cd 100644 --- a/NEWS +++ b/NEWS @@ -34,6 +34,7 @@ v0.7.1 (xxxx-xx-xx) - Implemented call stack sampling on Linux (including Android). - Exact time from start of profiling session can be now viewed by hovering the mouse over the time scale. +- Code transfer can be now compiled-out. v0.7 (2020-06-11) -----------------