Update NEWS.

This commit is contained in:
Bartosz Taudul 2018-06-17 19:37:02 +02:00
parent 3205bfdae8
commit 1b64e84945

6
NEWS
View File

@ -7,7 +7,7 @@ Note: Release numbers are nothing more than numbers. There are some
a mistake.
v0.3.1 (xxxx-xx-xx)
v0.3.2 (xxxx-xx-xx)
-------------------
- Breaking change: the format of trace files has changed.
@ -69,6 +69,10 @@ v0.3.1 (xxxx-xx-xx)
- Originating thread of each message is now included in the list.
- You can now navigate to next and previous frame.
- Zone statistics can be now displayed using only self times.
- Support for tracing GPU events using Vulkan.
- Timeline will now display "OpenGL context" or "Vulkan context" instead of
"GPU context".
- Fixed regression causing invalid display of GPU context appearance time.
v0.2 (2018-04-05)