From 4f6a3057c4215449307945945bc54953f23093fb Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 28 Jun 2018 01:17:28 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index e22a7f70..fd717d0a 100644 --- a/NEWS +++ b/NEWS @@ -84,6 +84,13 @@ v0.3.2 (xxxx-xx-xx) - Zone stack trace now also displays frames from a real call trace. - On Linux call stack frame name resolution requires a call to dladdr, which in turn requires linking with libdl. +- Allow manual entry of GPU time drift value. +- Unix build system no longer shares object files between different build + units. + - Fixes inability to build debug and release versions of a single utility + without "make clean". + - Fixes incompatibility between "standalone" and "capture" utilities due + to different set of used feature flags. v0.2 (2018-04-05)