From 5a3856dff0edd215d0e5bd461412b6533099336f Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 14 Jan 2019 23:45:23 +0100 Subject: [PATCH] Update NEWS. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 07d05015..f2602ddc 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,9 @@ v0.5 (xxxx-xx-xx) - Major decrease of trace dump file size. - Display dump file size change in the update utility. - Display trace loading time. +- Added C API. +- Profiling session may now gracefully terminate, due to incorrect + instrumentation. A popup with termination reason will be displayed. v0.4.1 (2018-12-30) -------------------