Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Mar 22, 2024
1 parent d001448 commit bba6a6f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
@@ -1,16 +1,18 @@
## vNext (TBD)

### Enhancements
* None
* Improve file compaction performance on platforms with page sizes greater than 4k (for example arm64 Apple platforms) for files less than 256 pages in size (Core 14.4.0).

### Fixed
* None
* Modifying nested collections left the accessor used to make the modification in a stale state, resulting in some unneccesary work being done when making multiple modifications via one accessor (Core 14.4.0).
* Fix opening realm with cached user while offline results in fatal error and session does not retry connection. (Core 14.4.0)
* Fix disallow Sets in ArrayMixed. (Core 14.4.0)

### Compatibility
* Realm Studio: 13.0.0 or later.

### Internal
* Using Core x.y.z.
* Using Core 14.4.1.

## 2.0.0 (2024-03-20)

Expand Down

0 comments on commit bba6a6f

Please sign in to comment.