From 11b11d5f512db05dba90680d548359df60ea1e82 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 26 Aug 2022 00:54:36 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 8f1430bf..376fba66 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,8 @@ v0.x.x (xxxx-xx-xx) - Tracy macros now require to be terminated with a semicolon. - The undocumented ___tracy_demangle() function API has been changed. Please refer to the source code for further instructions. +- The parameter callback and its registration macro have been extended to + include user data pointer. You will need to update your code accordingly. - Plots visualization has been improved. - Each plot now has its own color, which can also be defined by the user. - The area below the plot is now optionally filled with a color.