From 68f01fb679808cf43612c9f642cf5cefe1324817 Mon Sep 17 00:00:00 2001 From: Mark Rowe Date: Wed, 27 Sep 2017 18:37:53 -0700 Subject: [PATCH] Update object store to a slightly newer version to silence a warning. This pulls in an additional bug fix so I added it to the change log. --- CHANGELOG.md | 2 ++ Realm/ObjectStore | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b0425ab1e..d7bedb34da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ item. * Fix downloading of the Realm core binaries when Xcode's command-line tools are set as the active developer directory for command-line interactions. +* Fix a crash that could occur when resolving a ThreadSafeReference to a `List` + whose parent object had since been deleted. 2.10.1 Release notes (2017-09-14) ============================================================= diff --git a/Realm/ObjectStore b/Realm/ObjectStore index 54a98b2152..c90edbee2a 160000 --- a/Realm/ObjectStore +++ b/Realm/ObjectStore @@ -1 +1 @@ -Subproject commit 54a98b215284e58b73e0664723fbd852ffb04902 +Subproject commit c90edbee2a068dbc350719a0f7457367b5a91b44