Update NEWS.

This commit is contained in:
Bartosz Taudul 2024-08-03 20:40:59 +02:00
parent ecb05f787e
commit 46852a7066
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

11
NEWS
View File

@ -2,6 +2,17 @@ Note: There is no guarantee that version mismatched client and server will
be able to talk with each other. Network protocol breakages won't be listed
here.
vx.xx.x (xxxx-xx-xx)
--------------------
- Utilities import-chrome and import-fuchsia now live together in the import
directory.
- Added TRACY_VERBOSE to available CMake options.
- It is now possible to set TRACY_SAMPLING_HZ via a environment variable.
- Thread group hints can be now used to group threads together in the
profiler UI.
v0.11.0 (2024-07-16)
--------------------