Update NEWS.

This commit is contained in:
Bartosz Taudul 2023-10-07 01:42:35 +02:00
parent 2c18097bf9
commit e77ce12093
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

9
NEWS
View File

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