1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 12:23:53 +00:00

Update NEWS.

This commit is contained in:
Bartosz Taudul 2022-07-20 01:23:33 +02:00
parent 7dc95bf3a8
commit cb58b4803a
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

2
NEWS
View File

@ -19,6 +19,8 @@ v0.x.x (xxxx-xx-xx)
this could result in third-party library conflicts, e.g. with ImGui. this could result in third-party library conflicts, e.g. with ImGui.
Such scenarios are no longer the case. Such scenarios are no longer the case.
- 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
refer to the source code for further instructions.
- Some text labels in the user interface are now more easy to read. - Some text labels in the user interface are now more easy to read.
- The profiler will now instruct the user in the UI on what can be done, if - The profiler will now instruct the user in the UI on what can be done, if
the send queue is slow to process (typically due to symbol resolution). the send queue is slow to process (typically due to symbol resolution).