Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-08-26 01:54:36 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-08-26 01:54:36 +0300
commit11b11d5f512db05dba90680d548359df60ea1e82 (patch)
treeefebe5bd2ffd42228e06f28696a46ba84277a8eb /NEWS
parentf3113f24a972abfd5adce50d85b0ad844d205d0f (diff)
Update NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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.