From ed69b04ceeee67b2f5dce030e26124e6898b6368 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 20 Jan 2019 16:57:31 +0100 Subject: [PATCH] Update NEWS. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index f2602ddc..116815d8 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,8 @@ v0.5 (xxxx-xx-xx) - Added C API. - Profiling session may now gracefully terminate, due to incorrect instrumentation. A popup with termination reason will be displayed. +- Call stack frames now have a proper source file and file line information + on Linux. v0.4.1 (2018-12-30) -------------------