Skip to content

Commit 828523e

Browse files
committed
Fixed sentences.
1 parent 3e3294b commit 828523e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

changelog.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
0.84.2
22
* Added Realm.isEmpty().
3-
* Fixed a bug making it impossible to convert a field to being required during a migration (#1695).
4-
* Fixed a bug making it impossible to read Realms created by iOS if a class contained primary keys (#1703).
3+
* Fixed a bug making it impossible to convert a field to become required during a migration (#1695).
4+
* Fixed a bug making it impossible to read Realms created using primary keys and created by iOS (#1703).
55

66
0.84.1
77
* Updated Realm Core to 0.94.4
88
- Fixed a bug that could cause a crash when running the same query multiple times.
99
* Updated ProGuard configuration. See documentation https://realm.io/docs/java/latest/#proguard for more details.
1010
* Updated Kotlin example to use 1.0.0-beta.
1111
* Fixed warnings reported by `lint -Xlint:all` (#1644).
12-
* Fixed a bug where simultaneous opening and closing a Realm on different threads might result in a NullPointerException (#1646).
12+
* Fixed a bug where simultaneous opening and closing a Realm from different threads might result in a NullPointerException (#1646).
1313
* Fixed a bug which made it possible to externally modify the encryption key in a RealmConfiguration (#1678).
1414

1515
0.84.0

0 commit comments

Comments
 (0)