From f9edad65e51673a9e516b497a746a8ec4d4b5777 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 1154479425..81715e38ee 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 to fix a 1.15.0 regression. + [Paul Beusterien](https://github.com/paulb777) + [#12226](https://github.com/CocoaPods/CocoaPods/issues/12226) ## 1.15.0 (2024-01-28) @@ -25,11 +26,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)