Skip to content

Commit fa97641

Browse files
committed
Reflect new names in changelog
1 parent 30259e7 commit fa97641

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* Added `triggerImmediately` to `onChange` method.
77
* Report real-time progress information about downloads through `SyncStatus.downloadProgress`.
88
* Compose: Add `composeState()` extension method on `SyncStatus`.
9-
* Add `includeOld` option on `Table` which sets `CrudEntry.oldData` to previous values on updates.
10-
* Add `includeMetadata` option on `Table` which adds a `_metadata` column that can be used for updates.
9+
* Add `trackPreviousValues` option on `Table` which sets `CrudEntry.oldData` to previous values on updates.
10+
* Add `trackMetadata` option on `Table` which adds a `_metadata` column that can be used for updates.
1111
The configured metadata is available through `CrudEntry.metadata`.
12-
* Add `ignoreEmptyUpdate` option which skips creating CRUD entries for updates that don't change any values.
12+
* Add `ignoreEmptyUpdates` option which skips creating CRUD entries for updates that don't change any values.
1313

1414
## 1.0.0-BETA32
1515

0 commit comments

Comments
 (0)