From dbfafc571c0eae3e1f39b0587e95cb2aefb42b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kr=C3=A6n=20Hansen?= Date: Fri, 9 Sep 2022 20:28:57 +0200 Subject: [PATCH] Updated the changelog --- CHANGELOG.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec14bf0c50f..48910d26424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,20 @@ ## vNext (TBD) +### Notes +Based on Realm JS v10.21.0: See changelog below for details on enhancements and fixes introduced between this and the previous pre release (which was based on Realm JS v10.19.5). + ### Enhancements * Small improvement to performance by caching JSI property String object [#4863](https://github.com/realm/realm-js/pull/4863) ### Fixed -* ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?) * None. ### Compatibility -* React Native >= v0.64.0 +* React Native >= v0.70.0 * Atlas App Services. * Realm Studio v12.0.0. -* APIs are backwards compatible with all previous releases of Realm JavaScript in the 10.5.x series. * File format: generates Realms with format v22 (reads and upgrades file format v5 or later for non-synced Realm, upgrades file format v10 or later for synced Realms). -### Internal - - - - ## 10.21.0 (2022-09-09) ### Enhancements