You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,7 @@
1
-
## 3.6.0 (YYYY-MM-DD)
1
+
## 3.7.0 (YYYY-MM-DD)
2
+
3
+
4
+
## 3.6.0 (2017-09-01)
2
5
3
6
### Breaking Changes
4
7
@@ -24,6 +27,11 @@ and `SyncUser#retrieveInfoForUserAsync` which returns a `SyncUserInfo` with mode
24
27
25
28
### Bug Fixes
26
29
30
+
* Potential crash after using `Realm.getSchema()` to change the schema of a typed Realm. `Realm.getSchema()` now returns an immutable `RealmSchema` instance.
31
+
*`Realm.copyToRealmOrUpdate()` might cause a `RealmList` field to contain duplicated elements (#4957).
32
+
*`RealmSchema.create(String)` and `RealmObjectSchema.setClassName(String)` did not accept class name whose length was 51 to 57.
33
+
* Workaround for an Android JVM crash when using `compactOnLaunch()` (#4964).
34
+
* Class name in exception message from link query is wrong (#5096).
27
35
* The `compactOnLaunch` callback is no longer invoked if the Realm at that path is already open on other threads.
28
36
29
37
### Internal
@@ -33,18 +41,6 @@ and `SyncUser#retrieveInfoForUserAsync` which returns a `SyncUserInfo` with mode
33
41
* Upgraded Realm Sync to 1.10.8
34
42
* Let Object Store handle migration.
35
43
36
-
## 3.5.1 (YYYY-MM-DD)
37
-
38
-
### Bug Fixes
39
-
40
-
* Potential crash after using `Realm.getSchema()` to change the schema of a typed Realm. `Realm.getSchema()` now returns an immutable `RealmSchema` instance.
41
-
*`Realm.copyToRealmOrUpdate()` might cause a `RealmList` field to contain duplicated elements (#4957).
42
-
*`RealmSchema.create(String)` and `RealmObjectSchema.setClassName(String)` did not accept class name whose length was 51 to 57.
43
-
* Workaround for an Android JVM crash when using `compactOnLaunch()` (#4964).
44
-
* Class name in exception message from link query is wrong (#5096).
0 commit comments