Update NEWS.

This commit is contained in:
Bartosz Taudul 2019-10-07 22:33:55 +02:00
parent ed1f722c51
commit f03b7f33ed

2
NEWS
View File

@ -10,6 +10,7 @@ v0.6 (xxxx-xx-xx)
----------------- -----------------
- Dropped support for pre-v0.4 traces. - Dropped support for pre-v0.4 traces.
- Major memory usage decrease.
- Implemented context switch capture on selected platforms. - Implemented context switch capture on selected platforms.
- Zone timings in various UI places can now take into account only the - Zone timings in various UI places can now take into account only the
time when the thread was executing. time when the thread was executing.
@ -47,6 +48,7 @@ v0.6 (xxxx-xx-xx)
- Proper handling of multithreaded Vulkan code. - Proper handling of multithreaded Vulkan code.
- Added extreme compression level in update utility. - Added extreme compression level in update utility.
- Added time distribution data in the zone information window. - Added time distribution data in the zone information window.
- Trace file name is now displayed in trace information window.
v0.5 (2019-08-10) v0.5 (2019-08-10)
----------------- -----------------