From 0f8ea78cd4c1e0135538f24a3cc468dee8ed80d0 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 21 May 2021 22:08:08 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index f68937ce..a10050b0 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,13 @@ be able to talk with each other. Network protocol breakages won't be listed here. +v0.x.x (xxxx-xx-xx) +------------------- + +- Added TRACY_NO_CALLSTACK_INLINES macro to disable inline functions + resolution in call stacks on Windows. + + v0.7.8 (2021-05-19) -------------------