From 4a8c4bde343199e37adf44834c3e4922409e1908 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 1 Apr 2022 18:35:19 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) 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)