From cdfb72ec31c05989428feb75e286e0a192e1fab4 Mon Sep 17 00:00:00 2001 From: Eric Amorde Date: Tue, 6 Aug 2024 22:56:41 -0700 Subject: [PATCH] Add missing CHANGELOG entries --- CHANGELOG.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57addce8..44bef745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,24 @@ ##### Enhancements -* None. +* Print a warning instead of raising an exception when an unrecognized Xcode project object version is found. + [Kaspik](https://github.com/Kaspik) + [#953](https://github.com/CocoaPods/Xcodeproj/pull/953) + +* Add support for optional includes (via `#include?`) in xcconfig files. + [Werelds](https://github.com/Werelds) + [#940](https://github.com/CocoaPods/Xcodeproj/pull/940) + +* Add support for Xcode 15.3 project versions. + [Brett-Best](https://github.com/Brett-Best) + [#934](https://github.com/CocoaPods/Xcodeproj/pull/934) + ##### Bug Fixes -* None. +* Bump `rexml` dependency to address [CVE-2024-399086](https://www.cve.org/CVERecord?id=CVE-2024-399086). + [bmedenwald](https://github.com/bmedenwald) + [#948](https://github.com/CocoaPods/Xcodeproj/pull/948) ## 1.24.0 (2024-01-28)