Update NEWS.

This commit is contained in:
Bartosz Taudul 2022-11-30 20:39:55 +01:00
parent ba6416f68c
commit 4e0ad1cab8
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

5
NEWS
View File

@ -10,6 +10,11 @@ v0.x.x (xxxx-xx-xx)
- Added warning when the profiler interface is run with privilege elevation.
Advice is given to instead run the client with admin rights.
- Switched to official ZEN4 uarch data.
- Handle cases when thread name is set, but not through Tracy facilities.
- Allow customization of source location data through the following macros:
- TracyFunction - defaults to __FUNCTION__
- TracyFile - defaults to __FILE__
- TracyLine - defaults to __LINE__
v0.9.0 (2022-10-26)