From ff69810b5eebd7ec217145d6767457280d6cb157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Overg=C3=A5rd=20Nielsen?= Date: Fri, 5 Jul 2024 15:37:17 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5df07619..ed52dc7d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ ## vNext (TBD) ### Enhancements -* "Next launch" metadata file actions are now performed in a multi-process safe manner (Core 14.10.3). +* "Next launch" metadata file actions are now performed in a multi-process safe manner. (Core 14.10.3) * Performance has been improved for range queries on integers and timestamps. Requires that you use the "BETWEEN" in the `realm.query()` method when you build the query. (Core 14.10.1) * Include the originating client reset error in AutoClientResetFailure errors. (Core 14.10.0) -* Reduce the size of the local transaction log produced by creating objects, improving the performance of insertion-heavy transactions (Core 14.10.0). +* Reduce the size of the local transaction log produced by creating objects, improving the performance of insertion-heavy transactions. (Core 14.10.0) +* Make `SubscriptionSet` an abstract interface class, to allow mocking. () ### Fixed * Fixed an issue that affects sync apps that use embedded objects which have a `List` that contains a link to another top level object which has been deleted by another sync client (creating a tombstone locally). In this particular case, the switch would cause any remaining link removals to recursively delete the destination object if there were no other links to it. (Core v14.10.3)