Skip to content

Commit

Permalink
Prepare release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire committed Apr 28, 2023
1 parent 412dc32 commit f83086a
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
# NEXT RELEASE

### Enhancements
0.1.1 Release notes (2023-04-28)
=============================================================

### Fixed
* Address memory leaks reported by instruments caused by some classes not implementing rule of 5 when using
`std::aligned_storage` ([#69](https://github.com/realm/realm-cpp/pull/69)), since v0.1.0).
* Dereferencing a property on an object link or embedded object would not return any value ([#71](https://github.com/realm/realm-cpp/pull/71)), since v0.1.0).

### Breaking changes
* `scheduler::invoke(std::function<void()>)` has been change to `scheduler::invoke(realm::Function<void()>)`.
* Dereferencing a property on an object link or embedded object would not return any value ([#71](https://github.com/realm/realm-cpp/pull/71)), since v0.1.0).

### Compatibility
* Fileformat: Generates files with format v22.

-----------

### Internals
* Upgraded to Core v13.9.2

Expand Down

0 comments on commit f83086a

Please sign in to comment.