diff --git a/NEWS b/NEWS index 60a53320..6c14eaca 100644 --- a/NEWS +++ b/NEWS @@ -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)