From 6ae86f6bec4247889378bbc9f9f69e442f715d30 Mon Sep 17 00:00:00 2001 From: Dhiogo Brustolin Date: Mon, 13 May 2024 08:50:03 -0400 Subject: [PATCH] Update CHANGELOG.md (#3971) Co-authored-by: Philipp Hofmann --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0c10f36a38..e239b3b1766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,16 +10,13 @@ - Fix data race when calling reportFullyDisplayed from a background thread (#3926) - Ensure flushing envelopes directly after capturing them (#3915) +- Clang error for Xcode 15.4 (#3958) - Potential deadlock when starting the SDK (#3970) ### Improvements - Send Cocoa SDK features (#3948) -### Fixes - -- Clang error for Xcode 15.4 (#3958) - ## 8.25.2 ### Features