Update NEWS.

This commit is contained in:
Bartosz Taudul 2022-08-26 00:54:36 +02:00
parent f3113f24a9
commit 11b11d5f51
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

2
NEWS
View File

@ -21,6 +21,8 @@ v0.x.x (xxxx-xx-xx)
- Tracy macros now require to be terminated with a semicolon. - Tracy macros now require to be terminated with a semicolon.
- The undocumented ___tracy_demangle() function API has been changed. Please - The undocumented ___tracy_demangle() function API has been changed. Please
refer to the source code for further instructions. 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. - Plots visualization has been improved.
- Each plot now has its own color, which can also be defined by the user. - 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. - The area below the plot is now optionally filled with a color.