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-13 02:00:57 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-07-13 02:00:57 +0300
commitc3c799ebc4804904f622fc8e586a2e034992d7fc (patch)
treefa638d3b3fff5c4158a81f6fae9509923f2e97b9 /NEWS
parent94444e2afb5ea48ca4dfc7a103f2a309374e8564 (diff)
Update NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 46269463..2b4bf9a2 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,17 @@ Note: There is no guarantee that version mismatched client and server will
be able to talk with each other. Network protocol breakages won't be listed
here.
+v0.x.x (xxxx-xx-xx)
+-------------------
+
+- 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
+ the send queue is slow to process (typically due to symbol resolution).
+- If a client with an incompatible protocol is discovered, Tracy will now
+ try to show which versions can be used to handle the connection.
+
+
v0.8.2 (2022-06-28)
-------------------