From 05a9ad030fc6428d8071af7330938d9880e37ef0 Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Wed, 13 Dec 2023 11:15:01 -0500 Subject: [PATCH] fix changelog spotlight --- CHANGELOG.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9be3a9a822..0282133306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,6 @@ # Changelog -## 4.0.0-beta.5 - -### Features - -- iOS profiling support (alpha). ([#2930](https://github.com/getsentry/sentry-dotnet/pull/2930)) +## Unreleased ### Feature @@ -12,6 +8,12 @@ - Enable it with option `EnableSpotlight` - Optionally configure the URL to connect via `SpotlightUrl`. Defaults to `http://localhost:8969/stream`. +## 4.0.0-beta.5 + +### Features + +- iOS profiling support (alpha). ([#2930](https://github.com/getsentry/sentry-dotnet/pull/2930)) + ### Fixes - Stop Sentry for MacCatalyst from creating `default.profraw` in the app bundle using xcodebuild archive to build sentry-cocoa ([#2960](https://github.com/getsentry/sentry-dotnet/pull/2960))