From 42852fe1ea58db2ec20d723f6341f127b63865e9 Mon Sep 17 00:00:00 2001 From: Diana Perez Afanador Date: Sat, 10 Jun 2023 10:41:23 +0200 Subject: [PATCH] Add empty changelog section --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bccff1d057..887c17d966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +x.y.z Release notes (yyyy-MM-dd) +============================================================= +### Enhancements +* None. + +### Fixed +* ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?) +* None. + + + +### 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 14.3.1. +* CocoaPods: 1.10 or later. +* Xcode: 14.1-15 beta 1. + +### Internal +* Upgraded realm-core from ? to ? + 10.40.2 Release notes (2023-06-09) =============================================================