From 437ecd9c4564a3554fdcbcb3d7b1feb1b1bf4fcb Mon Sep 17 00:00:00 2001 From: Lorenzo Cian <17258265+lcian@users.noreply.github.com> Date: Wed, 1 Oct 2025 16:01:11 +0200 Subject: [PATCH] Fix changelog --- CHANGELOG.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38a7013473d..c9b9f802bb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,7 @@ ## 8.23.0 -### Various fixes & improvements - -- Add session replay id to Sentry Logs (#4740) by @stefanosiano -- Feat/poc continuous profiling (#4556) by @lbloder -- Start performance collection on AppStart continuous profiling (#4752) by @stefanosiano -- Fix(compose): Preserve modifiers in SentryNavigable (#4757) by @VleemingM -- build(deps): bump github/codeql-action from 3.30.3 to 3.30.5 (#4761) by @dependabot -- Handle `RejectedExecutionException` everywhere (#4747) by @lcian -- Mark `SentryEnvelope` as not internal (#4748) by @lcian - -## Features +### Features - Add session replay id to Sentry Logs ([#4740](https://github.com/getsentry/sentry-java/pull/4740)) - Add support for continuous profiling of JVM applications on macOS and Linux ([#4556](https://github.com/getsentry/sentry-java/pull/4556))