From dbe786ab8822e9e3d261fe8656b586945bb28d63 Mon Sep 17 00:00:00 2001 From: jedelbo <572755+jedelbo@users.noreply.github.com> Date: Fri, 3 Jan 2025 08:41:50 +0000 Subject: [PATCH] New changelog section to prepare for vNext --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7378e04c5b..28ff866e08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# NEXT RELEASE + +### Enhancements +* (PR [#????](https://github.com/realm/realm-core/pull/????)) +* None. + +### Fixed +* ([#????](https://github.com/realm/realm-core/issues/????), since v?.?.?) +* None. + +### Breaking changes +* None. + +### Compatibility +* Fileformat: Generates files with format v24. Reads and automatically upgrade from fileformat v10. If you want to upgrade from an earlier file format version you will have to use RealmCore v13.x.y or earlier. + +----------- + +### Internals +* None. + +---------------------------------------------- + # 14.13.3 Release notes ### Enhancements