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-09-02 02:28:08 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-09-02 02:28:08 +0300
commit66255dc950c216daef4a6b7e3cec367bafb295ef (patch)
tree51e35016b340aa7ddb82d34b2cd96c0463a63da8 /NEWS
parent2cc5eff9a2f524b13b37c13798c80e2b70c6d714 (diff)
Update NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0ffdd2da..759cacc3 100644
--- a/NEWS
+++ b/NEWS
@@ -76,6 +76,10 @@ v0.x.x (xxxx-xx-xx)
common/TracyVersion.hpp header file).
- D3D12 instrumentation is now thread-safe.
- Timeline can be now navigated with WASD keys.
+- Symbol file paths are now normalized on libbacktrace systems. For example,
+ instead of "/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../
+ include/c++/12.2.0/bits/std_mutex.h" Tracy will now report such file as
+ "/usr/include/c++/12.2.0/bits/std_mutex.h".
v0.8.2 (2022-06-28)