From 8149c89f0ea0f6b6b477bd3fdb739fe9d53e73a2 Mon Sep 17 00:00:00 2001 From: Ferdinando Papale <4850119+papafe@users.noreply.github.com> Date: Tue, 5 Mar 2024 15:13:23 +0100 Subject: [PATCH] Fixed changelog --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 436cb6c163..f56852c566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -85,10 +85,6 @@ * Fixed wrong results when querying for `NULL` value in `IDictionary`. (Core 14.0.0-beta.0) * A Realm generated on a non-apple ARM 64 device and copied to another platform (and vice-versa) were non-portable due to a sorting order difference. This impacts strings or binaries that have their first difference at a non-ascii character. These items may not be found in a set, or in an indexed column if the strings had a long common prefix (> 200 characters). (Core 14.0.0-beta.0) - -### Compatibility -* Realm Studio: 15.0.0 or later !!!!!!!!TODO NEED TO CHECK --------------- - ### Compatibility * Realm Studio: 15.0.0 or later.