From 18f56adfa19c86fe04f6a8b02cc0c7ec8d60b242 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 09:52:28 +0000 Subject: [PATCH] Prepare for vNext (#6669) Co-authored-by: kneth --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72574dcae5..2721f88778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## vNext (TBD) + +### Deprecations +* None + +### Enhancements +* None + +### Fixed +* ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?) +* None + +### Compatibility +* React Native >= v0.71.4 +* Realm Studio v15.0.0. +* File format: generates Realms with format v24 (reads and upgrades file format v10. + +### Internal + + + + ## 12.8.1 (2024-05-15) ### Fixed