From cda9cbaf19a263d4ebfaccf1f738732bb28a518e Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 15 Jul 2018 16:02:25 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 5b9f19fa..2e64fe97 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,11 @@ v0.4 (xxxx-xx-xx) example, locks need to be fully released, zone stacks need to be flushed. This is an automatic process. - All tracing macros are able to work in the on-demand mode. +- Improved compatibility with various system setups. +- Aside from using TRACY_NO_EXIT define you can also set the same-named + environmental variable to 1 to get the same effect. +- Added ability to show/hide all threads and plots. +- Performance improvements. v0.3.3 (2018-07-03) -------------------