From 1280d19b29c1830b6721e6bfb7af6d09f2154336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Overg=C3=A5rd=20Nielsen?= Date: Wed, 17 Apr 2024 15:35:47 +0200 Subject: [PATCH 1/2] Update realm-core to v14.5.2 --- packages/realm_dart/src/realm-core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/realm_dart/src/realm-core b/packages/realm_dart/src/realm-core index 316889b96..4d815c6e6 160000 --- a/packages/realm_dart/src/realm-core +++ b/packages/realm_dart/src/realm-core @@ -1 +1 @@ -Subproject commit 316889b967f845fbc10b4422f96c7eadd47136f2 +Subproject commit 4d815c6e6883bfdcb67cf755d0f0f29a4b399ea7 From 8161069bce543aff0ef0f1601ee1d8625f9bcfa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Overg=C3=A5rd=20Nielsen?= Date: Wed, 17 Apr 2024 15:46:28 +0200 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1469da2e..b1350ddd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,15 +15,15 @@ * Fixed diverging history due to a bug in the replication code when setting default null values (embedded objects included). (Core 14.5.0) * Null pointer exception may be triggered when logging out and async commits callbacks not executed. (Core 14.5.0) * Comparing RealmValue containing a collection to itself would return false. Semantics changed to ensure reference equality always imply equality. (Issue [[#1632](https://github.com/realm/realm-dart/issues/1632)]) -* Clearing a nested collection could end with a crash (Core 14.5.1) -* Removing nested collections in RealmValue for synced realms throws (Core 14.5.1) - +* Clearing a nested collection could end with a crash. (Core 14.5.1) +* Removing nested collections in RealmValue for synced realms throws. (Core 14.5.1) +* Fixed crash when integrating removal of already removed dictionary key. (Core 14.5.2) ### Compatibility * Realm Studio: 15.0.0 or later. ### Internal -* Using Core 14.5.1. +* Using Core 14.5.2. ## 2.0.0 (2024-03-20)