From 85102f7a194b5b0a3438a06072e0d23f99a40499 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 17 Jul 2022 15:04:19 +0200 Subject: Update NEWS. --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 2b4bf9a2..3541cd58 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,19 @@ here. v0.x.x (xxxx-xx-xx) ------------------- +- Attention! All the header and source files used for integrating Tracy with + applications were moved to the public/ directory. This will break your + integration! + - To fix this, update the source and include directories lists to point to + the new location. + - Tracy include files directly referenced by the client were moved to + tracy/ subdirectory, to facilitate setups which previously had Tracy + checkout parent directory in the include paths list (i.e. when you + included "tracy/Tracy.hpp"). + - Previously, if you have included the Tracy checkout directory in your + project include directories list (i.e. you could include "Tracy.hpp"), + this could result in third-party library conflicts, e.g. with ImGui. + Such scenarios are no longer the case. - Tracy macros now require to be terminated with a semicolon. - Some text labels in the user interface are now more easy to read. - The profiler will now instruct the user in the UI on what can be done, if -- cgit v1.2.3