Update NEWS.

This commit is contained in:
Bartosz Taudul 2019-08-15 19:04:25 +02:00
parent f5775a2d6e
commit 3148c5d736

5
NEWS
View File

@ -11,10 +11,11 @@ v0.6 (xxxx-xx-xx)
- Dropped support for pre-v0.4 traces. - Dropped support for pre-v0.4 traces.
- 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
time when the thread was executing.
- Zone information window can now display regions in which thread was - Zone information window can now display regions in which thread was
suspended by the operating system. suspended by the operating system.
- Find zone menu can now display zone timing information for when the - CPUs on which the zone was running are enumerated.
thread was in a running state.
- API breakage: SetThreadName() now only works on current thread. - API breakage: SetThreadName() now only works on current thread.
- Fixed thread name retrieval after thread is destroyed. - Fixed thread name retrieval after thread is destroyed.
- Added number of CPU cores to host info. - Added number of CPU cores to host info.