Update NEWS.

This commit is contained in:
Bartosz Taudul 2018-06-28 01:17:28 +02:00
parent 41e8648701
commit 4f6a3057c4

7
NEWS
View File

@ -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)