From af6769abd3ee5562d35ac50d412b79611db43f10 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Mon, 29 Jan 2024 16:57:45 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70091ba8c9..017150f762 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,9 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ##### Bug Fixes -* None. - +* Revert #12154, #12165, and #12158 to fix regressions in 1.15.0 and 1.15.1. + [Paul Beusterien](https://github.com/paulb777) + [#12226](https://github.com/CocoaPods/CocoaPods/issues/12226) ## 1.15.1 (2024-02-06) @@ -38,11 +39,9 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ##### Bug Fixes -* Fix pod install issue when git's `core.fsmonitor` feature is enabled +* Fix pod install issue when git's `core.fsmonitor` feature is enabled [Justin Martin](https://github.com/justinseanmartin) [#11640](https://github.com/CocoaPods/CocoaPods/issues/11640) -* None. - * Don't use the `remove_destination` parameter in FileUtils.cp_r [Justin Martin](https://github.com/justinseanmartin)