From a336b74a650ded3dfd0bc3105d8a25aba21a1920 Mon Sep 17 00:00:00 2001 From: Eric Amorde Date: Fri, 26 Jul 2024 17:29:42 -0700 Subject: [PATCH] Update changelog for recent PRs --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53e586bb..5d3d3914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,13 @@ ##### Bug Fixes -* None. +* Fix an issue comparing mixed numeric and string prerelease version segments. + [sagiwei](https://github.com/sagiwei) + [#752](https://github.com/CocoaPods/Core/issues/752) + +* Fix crash when attempting to load non-existed CDN index shards on custom CDN repos. + [santam85](https://github.com/santam85) + [#771](https://github.com/CocoaPods/Core/pull/771) ## 1.15.2 (2024-02-06)