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-04-01 19:35:19 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-04-01 19:35:19 +0300
commit4a8c4bde343199e37adf44834c3e4922409e1908 (patch)
tree0894940ea238240ad7783b7161576d8a3a06adb9 /NEWS
parente83e83dae9852a9d4d451589f324776710b34ee6 (diff)
Update NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 192ec080..03e2a880 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,9 @@ v0.x.x (xxxx-xx-xx)
- Update utility can now scan for source files missing in the trace cache,
if the '-c' parameter is given. Found files will be added to the cache.
+- Added high-priority queue for fast queries to bypass slow symbol queries.
+- Fixed Android documentation to show how to enable context switch tracing.
+- Workaround MSVC 2015 stupidity which prevented compilation as C++11.
v0.8.0 (2022-03-28)