Skip to content

Commit 0961689

Browse files
authored
Merge 5acb664 into master
2 parents b49e7d9 + 5acb664 commit 0961689

1 file changed

Lines changed: 2 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.7.0 (YYYY-MM-DD)
1+
## 3.7.0 (2017-09-01)
22

33
### Deprecated
44

@@ -39,30 +39,8 @@ and `SyncUser#retrieveInfoForUserAsync` which returns a `SyncUserInfo` with mode
3939

4040
### Bug Fixes
4141

42-
### Internal
43-
44-
* [ObjectServer] removed `ObjectServerUser` and its inner classes, in a step to reduce `SyncUser` complexity (#3741).
45-
* [ObjectServer] changed the `SyncSessionStopPolicy` to `AfterChangesUploaded` to align with other binding and to prevent use cases where the Realm might be deleted before the last changes get synchronized (#5028).
46-
* Upgraded Realm Sync to 1.10.8
47-
* Let Object Store handle migration.
48-
49-
## 3.5.1 (YYYY-MM-DD)
50-
51-
### Bug Fixes
52-
53-
### Internal
54-
55-
* [ObjectServer] removed `ObjectServerUser` and its inner classes, in a step to reduce `SyncUser` complexity (#3741).
56-
* [ObjectServer] changed the `SyncSessionStopPolicy` to `AfterChangesUploaded` to align with other binding and to prevent use cases where the Realm might be deleted before the last changes get synchronized (#5028).
57-
* [ObjectServer] Upgraded Realm Sync to 1.10.8.
58-
* Let Object Store handle migrations and schema validation.
59-
60-
## 3.5.1 (YYYY-MM-DD)
61-
62-
### Bug Fixes
63-
6442
* Potential crash after using `Realm.getSchema()` to change the schema of a typed Realm. `Realm.getSchema()` now returns an immutable `RealmSchema` instance.
65-
* `Realm.copyToRealmOrUpdate()` might cause a `RealmList` field to contain duplicated elements (#4957).
43+
* `Realm.copyToRealmOrUpdate()` could cause a `RealmList` field to contain duplicated elements (#4957).
6644
* `RealmSchema.create(String)` and `RealmObjectSchema.setClassName(String)` did not accept class name whose length was 51 to 57.
6745
* Workaround for an Android JVM crash when using `compactOnLaunch()` (#4964).
6846
* Class name in exception message from link query is wrong (#5096).

0 commit comments

Comments
 (0)