From 8b4cf792438374806acff43f2bdcca9d90dac615 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Thu, 26 May 2022 21:21:40 -0700 Subject: [PATCH] Add empty changelog section --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a381f75f9..1a4f4254cf 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: 11.0.0 or later. +* APIs are backwards compatible with all previous releases in the 10.x.y series. +* Carthage release for Swift is built with Xcode 13.4. +* CocoaPods: 1.10 or later. +* Xcode: 13.1-13.4. + +### Internal +* Upgraded realm-core from ? to ? + 10.27.0 Release notes (2022-05-26) =============================================================