Update NEWS.

This commit is contained in:
Bartosz Taudul 2019-08-14 21:33:29 +02:00
parent 26f417a841
commit 77a8e47c7d

4
NEWS
View File

@ -11,6 +11,10 @@ v0.6 (xxxx-xx-xx)
- Dropped support for pre-v0.4 traces.
- Implemented context switch capture on selected platforms.
- Zone information window can now display regions in which thread was
suspended by the operating system.
- Find zone menu can now display zone timing information for when the
thread was in a running state.
- API breakage: SetThreadName() now only works on current thread.
- Fixed thread name retrieval after thread is destroyed.