From 7331efc4bf0bfda4b6495bd4177f92a3ea8af62f Mon Sep 17 00:00:00 2001 From: Igor Makarov Date: Tue, 15 Mar 2022 18:44:46 +0200 Subject: [PATCH] add changelog entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 557f5fb79a..7a415cf37c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ##### Bug Fixes +* Fix script breaking when attempting to print a warning. + [Igor Makarov](https://github.com/igor-makarov) + [#11251](https://github.com/CocoaPods/CocoaPods/issues/11251) + * Do not consider podspec_repo when analying sandbox for changes. [Dimitris Koutsogiorgas](https://github.com/dnkoutso) [#10985](https://github.com/CocoaPods/CocoaPods/pull/10985)