Update NEWS.

This commit is contained in:
Bartosz Taudul 2022-07-13 01:00:57 +02:00
parent 94444e2afb
commit c3c799ebc4
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

11
NEWS
View File

@ -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)
-------------------