From 46852a70667431d6b0f7744d3bbd7d2a542f42c7 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 3 Aug 2024 20:40:59 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS b/NEWS index f7ba5dfd..51c7049f 100644 --- a/NEWS +++ b/NEWS @@ -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) --------------------