1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Update NEWS.

This commit is contained in:
Bartosz Taudul 2018-07-28 19:30:08 +02:00
parent 648070e6a1
commit c124e49443

6
NEWS
View File

@ -36,6 +36,12 @@ v0.4 (xxxx-xx-xx)
- Zone groups list now displays group times.
- Added named versions of tracing macros that allow specifying scoped
variable name.
- The main profiler window is now kept at the bottom of windows stack.
- The "standalone" utility will now use a custom embedded font.
- Microseconds are now displayed using correct symbol ('μ' instead of 'u').
- Unix builds of the "standalone" utility will now ask for a file name when
saving a trace.
- Progress popup is now displayed when a trace file is loading.
v0.3.3 (2018-07-03)
-------------------