Skip to content

Commit

Permalink
Add SessionToken changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Feb 14, 2020
1 parent da3ce02 commit ca37dac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ The `Unreleased` section name is replaced by the expected version of next releas
### Added

- `Stream.TransactAsyncEx`, exposing the `Core.ISyncContext` at conclusion of the sync operation, affording the ability to examine the post-state `Version` etc. (This paves the way for exposing [`SessionToken`](https://github.com/jet/equinox/issues/192) at a later point without a breaking change) [#194](https://github.com/jet/equinox/pull/194)
- `Core.ISyncContext.SessionToken`: Allows one to inspect the `SessionToken` for relevant stores (i.e., `CosmosDB`), after loading and/or syncing has concluded [#195](https://github.com/jet/equinox/pull/195)


### Changed

Expand Down

0 comments on commit ca37dac

Please sign in to comment.