diff --git a/CHANGELOG.md b/CHANGELOG.md index aeef6d3831..9f2da566a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +x.y.z Release notes (yyyy-MM-dd) +============================================================= +### Enhancements +* None. + +### Fixed +* ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?) +* The Realm.framework privacy manifest was missing + NSPrivacyAccessedAPICategoryDiskSpace, but we check free disk space before + attempting to automatically back up Realm files (since 10.46.0). + + + +### Compatibility +* Realm Studio: 14.0.1 or later. +* APIs are backwards compatible with all previous releases in the 10.x.y series. +* Carthage release for Swift is built with Xcode 15.3.0. +* CocoaPods: 1.10 or later. +* Xcode: 14.2-15.3.0. + +### Internal +* Upgraded realm-core from ? to ? + 10.48.0 Release notes (2024-03-07) ============================================================= diff --git a/Realm/PrivacyInfo.xcprivacy b/Realm/PrivacyInfo.xcprivacy index 56c9b2f6e8..2e4e915747 100644 --- a/Realm/PrivacyInfo.xcprivacy +++ b/Realm/PrivacyInfo.xcprivacy @@ -16,6 +16,14 @@ NSPrivacyAccessedAPIType NSPrivacyAccessedAPICategoryFileTimestamp + + NSPrivacyAccessedAPITypeReasons + + E174.1 + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryDiskSpace + NSPrivacyTracking