Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
blagoev committed Apr 12, 2022
1 parent c3e48f1 commit 2e8954f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ x.x.x Release notes (yyyy-MM-dd)
* Support anonymous application credentials ([#443](https://github.com/realm/realm-dart/pull/443/))
* Added a property `Configuration.initialDataCallback`. This is a callback executed when a Realm file is first created and allows you to populate some initial data necessary for your application. ([#298](https://github.com/realm/realm-dart/issues/298))
* Support application configuration ([#306](https://github.com/realm/realm-dart/pull/306/))
* Support ObjectId ([#468](https://github.com/realm/realm-dart/pull/468))

### Fixed
* Fixed an issue that would result in the wrong transaction being rolled back if you start a write transaction inside a write transaction. ([#442](https://github.com/realm/realm-dart/issues/442))
Expand Down

0 comments on commit 2e8954f

Please sign in to comment.