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-06-05 14:16:01 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-06-05 14:16:01 +0300
commit2d8723b69b39721eadcc296451012828899c0f17 (patch)
treedba8603d3dec85c35b9d8130728cd02c7d0d3352 /NEWS
parent411b3137b5d9dadf480b81082571b30041a33658 (diff)
Update NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fee0f6d1..2ae7c25f 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,16 @@ v0.x.x (xxxx-xx-xx)
the debug information, and network retrieval, it is disabled by
default. To enable, compile the profiled application with the
TRACY_DEBUGINFOD define and link with libdebuginfod.
+- When Tracy server-side utilities are build with MSVC, the required
+ libraries will be now automatically retrieved and built with vcpkg.
+- Added microarchitecture data for: Bonnell, Airmont, Goldmont, Goldmont
+ Plus, Tremont.
+- Recognize additional CPUIDs of Zen 3, Alder Lake, Ice Lake
+ microarchitectures.
+- Assembly line width will be now extended, if needed. Previously the line
+ width was calculated for the initial layout and changing amount of
+ displayed data (especially listing the read/written registers) didn't
+ affect this, which may have made some lines partially unreadable.
v0.8.1 (2022-04-21)