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)