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-07-17 16:04:19 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-07-17 16:47:39 +0300
commit85102f7a194b5b0a3438a06072e0d23f99a40499 (patch)
treeece3ea20164c1147132025ceab4556c44bbf83bc /NEWS
parentfedec0caf2997c2f395611743ef44049c4bbdef0 (diff)
Update NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
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