diff --git a/CHANGELOG.md b/CHANGELOG.md index 11e7d8f51..95f46c998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,12 +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.15.1) +* Removing nested collections in RealmValue for synced realms throws (Core 14.15.1) + ### Compatibility * Realm Studio: 15.0.0 or later. ### Internal -* Using Core 14.5.0. +* Using Core 14.5.1. ## 2.0.0 (2024-03-20) diff --git a/packages/realm_dart/src/realm-core b/packages/realm_dart/src/realm-core index f34176400..316889b96 160000 --- a/packages/realm_dart/src/realm-core +++ b/packages/realm_dart/src/realm-core @@ -1 +1 @@ -Subproject commit f3417640021f329480035f432840eb0e5d0e1957 +Subproject commit 316889b967f845fbc10b4422f96c7eadd47136f2