Update NEWS.

This commit is contained in:
Bartosz Taudul
2026-04-30 18:13:11 +02:00
parent 6c5e0cdf1d
commit af665ef3dc

7
NEWS
View File

@@ -29,7 +29,7 @@ vx.xx.x (2026-xx-xx)
- Added inline call stack list to the zone information window.
- The "call stack" button for opening the call stack in a separate window
is still there.
- Callstacks are now also displayed in zone tooltips (single-line).
- Call stacks are now also displayed in zone tooltips (single-line).
- Implemented heuristic reconstruction of zone call stacks for zones that
were captured without call stacks.
- Requires sampling to be enabled, and at least one sample in the zone
@@ -135,6 +135,11 @@ vx.xx.x (2026-xx-xx)
- Mismatched versions will break at linking.
- As a reminder, Tracy *always* required using the same set of compilation
options for the entire program.
- Message windows will now properly show full message in a tooltip for
multi-line messages.
- The in-profiler user manual now properly handles links to chapters.
- Call stack window will now show the thread viewed call stack originates
from (if possible).
v0.13.1 (2025-12-11)