From 5d6abe657bfe628e426442aa8143c1ec392706a2 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 20 Jan 2023 16:04:45 -0800 Subject: [PATCH] Add empty changelog section --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad62fb189c..1cb186c57f 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 - 12.0.0. +* APIs are backwards compatible with all previous releases in the 10.x.y series. +* Carthage release for Swift is built with Xcode 14.2. +* CocoaPods: 1.10 or later. +* Xcode: 13.3-14.2. + +### Internal +* Upgraded realm-core from ? to ? + 10.34.1 Release notes (2023-01-20) =============================================================