From e77ce1209353c52232e740e50e9bc56271bdc521 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 7 Oct 2023 01:42:35 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index f63eb426..05b68d91 100644 --- a/NEWS +++ b/NEWS @@ -41,6 +41,15 @@ v0.x.x (xxxx-xx-xx) - Fixed compatibility problems with FreeBSD. - Added support for dynamically loaded Vulkan symbols. - Trace description or filename is now displayed on the window title bar. +- The csvexport utility will now export thread id data. +- Improved compatibility with MSVC projects not defining NOMINMAX. +- Improved compatibility with Linux setups targeting musl as libc. +- Thread safety of Vulkan instrumentation has been reviewed. +- D3D12 instrumentation was rewritten. +- Added support for efficient profiling when running under rr, the record- + replaying debugger. This is enabled with TRACY_PATCHABLE_NOPSLEDS define. +- History of viewed symbols is now preserved and you can go back to + previously displayed entries. v0.9.1 (2023-02-26)