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-08-28 14:21:24 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-08-28 14:21:24 +0300
commitcedd8b590c892d26c942be4b1633a4c16abc8ad9 (patch)
treef05219e612081c57e1f9aa6c6a0a4d48cb6d7c9e /NEWS
parentc2d527e2e71f798d54d579af144d38be0dbda42f (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 376fba66..0ffdd2da 100644
--- a/NEWS
+++ b/NEWS
@@ -72,6 +72,10 @@ v0.x.x (xxxx-xx-xx)
- Added context menu for timeline labels. Currently the only option is to hide
the selected thread, plot, etc.
- You can now provide custom source file contents through a profiler callback.
+- Exposed Tracy version to client applications (available through the
+ common/TracyVersion.hpp header file).
+- D3D12 instrumentation is now thread-safe.
+- Timeline can be now navigated with WASD keys.
v0.8.2 (2022-06-28)