Skip to content

Commit 4aa27a4

Browse files
authored
Merge pull request #5187 from realm/mc/merge-release-to-master-e9e56b6a883
Merge release to master
2 parents f5b6ec3 + 66ca28d commit 4aa27a4

2 files changed

Lines changed: 10 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff 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)
25

36
### Breaking Changes
47

@@ -24,6 +27,11 @@ and `SyncUser#retrieveInfoForUserAsync` which returns a `SyncUserInfo` with mode
2427

2528
### Bug Fixes
2629

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).
2735
* The `compactOnLaunch` callback is no longer invoked if the Realm at that path is already open on other threads.
2836

2937
### Internal
@@ -33,18 +41,6 @@ and `SyncUser#retrieveInfoForUserAsync` which returns a `SyncUserInfo` with mode
3341
* Upgraded Realm Sync to 1.10.8
3442
* Let Object Store handle migration.
3543

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).
45-
46-
### Internal
47-
4844

4945
## 3.5.0 (2017-07-11)
5046

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6.0-SNAPSHOT
1+
3.7.0-SNAPSHOT

0 commit comments

Comments
 (0)