From 1392baf77881d61351ec8c3c7e372b0de8c84893 Mon Sep 17 00:00:00 2001 From: Ivan Dlugos Date: Fri, 13 Sep 2024 15:05:38 +0200 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 387633d6e..2604e0985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Unrelased + +### Fixes + +- Non-null assertion error if any but the last event processor drops an event. ([#2289](https://github.com/getsentry/sentry-dart/pull/2289)) + ## 8.9.0 ### Features