From 4074f01c129d909813677d0e2cf5902e61a57744 Mon Sep 17 00:00:00 2001 From: Ivan Dlugos Date: Fri, 27 Oct 2023 08:35:01 +0200 Subject: [PATCH] fixup changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c01672f6e..e5d88dea03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Unreleased + +### Features + +- Initial (alpha) support for profiling on iOS and macOS ([#1611](https://github.com/getsentry/sentry-dart/pull/1611)) + ## 7.11.0 ### Fixes @@ -8,7 +14,6 @@ ### Features -- Initial (alpha) support for profiling on iOS and macOS ([#1611](https://github.com/getsentry/sentry-dart/pull/1611)) - Breadcrumbs for file I/O operations ([#1649](https://github.com/getsentry/sentry-dart/pull/1649)) ### Dependencies