Skip to content

Commit

Permalink
CHANGELOG.md fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
desistefanova committed Feb 14, 2022
1 parent 319179e commit 07dc943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -3,7 +3,7 @@ vNext

### Changes
* Primary key annotation no longer requires field to be final.
* `RealmObject.IsValid` can be called to check if a managed object has been deleted and its Realm isn't closed. If RealmObject is no longer valid accessing its properties will throw an exception. ([#183](https://github.com/realm/realm-dart/pull/183))
* `RealmObject.IsValid` can be called to check if a managed object hasn't been deleted and its Realm hasn't been closed. If RealmObject is no longer valid accessing its properties will throw an exception. ([#183](https://github.com/realm/realm-dart/pull/183))
* `RealmList.IsValid` can be called to check whether the Realm instance hasn't been closed, whether it represents a to-many relationship and it's parent object hasn't been deleted. ([#183](https://github.com/realm/realm-dart/pull/183))

### Enhancements
Expand Down

0 comments on commit 07dc943

Please sign in to comment.