From acb137397c6b4891c29eaee47af095abbb9f2e9b Mon Sep 17 00:00:00 2001 From: Pierre Massat Date: Fri, 29 Sep 2023 16:04:58 -0400 Subject: [PATCH] Add a CHANGELOG entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed3d836..555784a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - Close remaining open events in Android profiles. ([#316](https://github.com/getsentry/vroom/pull/316)) - Enforce minimum frame duration for frame drop issue. ([#319](https://github.com/getsentry/vroom/pull/319)) - Mark sentry frames as system frames when it's dynamically linked. ([#325](https://github.com/getsentry/vroom/pull/325)) +- Do not return an occurrence for unknown function or when the stack is filled with them. ([#328](https://github.com/getsentry/vroom/pull/328)) **Internal**