From 4e0ad1cab85d8489eac076ecaca1a20eefd56146 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 30 Nov 2022 20:39:55 +0100 Subject: [PATCH] Update NEWS. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index f0e2797c..5edeebfb 100644 --- a/NEWS +++ b/NEWS @@ -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)