Update NEWS.

This commit is contained in:
Bartosz Taudul 2019-08-28 21:40:58 +02:00
parent fc0593a840
commit 0e89105bdb

5
NEWS
View File

@ -29,8 +29,9 @@ v0.6 (xxxx-xx-xx)
- Switched to using native thread identifiers (relatively small numbers), as - Switched to using native thread identifiers (relatively small numbers), as
opposed to pthreads identifiers, which in reality were pointers. opposed to pthreads identifiers, which in reality were pointers.
- Improved thread name discovery if context switch capture is enabled. - Improved thread name discovery if context switch capture is enabled.
- Timeline view state of a given trace will now be preserved between - Per-trace state is now preserved between profiling sessions:
profiling sessions. - Timeline view position.
- Item categories draw/hide settings.
v0.5 (2019-08-10) v0.5 (2019-08-10)
----------------- -----------------