From d76b819b21a1e0dcd72601922297e586f1ed159c Mon Sep 17 00:00:00 2001 From: Dhiogo Brustolin Date: Thu, 17 Aug 2023 17:11:21 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Karl Heinz Struggl --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb2751d0..a97ec8069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ## Unreleased - Bump Cocoa SDK from v8.9.4 to v8.10.0 ([#3250](https://github.com/getsentry/sentry-react-native/pull/3250)) - - This will fix an error to compile projects that use cocoapod with `use_frameworks!` option. + - This fixes a compile error for projects that use CocoaPods with `use_frameworks!` option. - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8100) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.9.4...8.10.0) @@ -13,7 +13,7 @@ ## Important Note -**Do not use this version** if you use cocoapod with `use_frameworks!` option. It introduces a bug where the project won't compile. +**Do not use this version** if you use CocoaPods with `use_frameworks!` option. It introduces a bug where the project won't compile. This has been fixed in [version `5.10.0`](https://github.com/getsentry/sentry-cocoa/releases/tag/5.10.0). ### Features