Update NEWS.

This commit is contained in:
Bartosz Taudul 2024-02-11 16:33:58 +01:00
parent bf76f57716
commit 5f661bf767
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

8
NEWS
View File

@ -67,6 +67,14 @@ vx.xx.x (xxxx-xx-xx)
places in code), it is not possible to tell which of the code locations
the source location corresponds to and only the source code will be
displayed.
- Added TracyNoop macro, which inserts a reference to Tracy's object file
into your application. Use it if you want to use Tracy in sampling mode,
without any manual instrumentation (so no references of your own exist)
and link Tracy as a static library. Linkers will only include library code
if code references it, and this doesn't work as intended with Tracy, as it
ignores global constructors that have side effects.
- ZoneText and ZoneName macros now have a printf-like variant, denoted with
a 'F' postfix.
v0.10.0 (2023-10-16)