Skip to content

Commit

Permalink
Add note in the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Nov 12, 2024
1 parent ccb1082 commit a71f6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* None

### Enhancements
* Added `excludeFromIcloudBackup` option to the `Realm` constructor to exclude the realm files from iCloud backup. ([#4139](https://github.com/realm/realm-js/issues/4139))
* Added `excludeFromIcloudBackup` option to the `Realm` constructor to exclude the realm files from iCloud backup. ([#4139](https://github.com/realm/realm-js/issues/4139) and [#6927](https://github.com/realm/realm-js/pull/6927))
```typescript
const realm = new Realm({
schema: [
Expand Down

0 comments on commit a71f6e7

Please sign in to comment.