Skip to content

Commit

Permalink
Tidy log
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Feb 20, 2021
1 parent 5c88975 commit c93cf7a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,9 @@ The `Unreleased` section name is replaced by the expected version of next releas
- Remove separated `Backend` project from examples (support for architecturally separating all domain logic from Equinox and Domain Service logic from Concrete Stores remains)
- Revise semantics of Cart Sample Command handling
- Simplify `AsyncCacheCell` [#229](https://github.com/jet/equinox/pull/229)
- Extend `Decider.TransactEx` signature to expose `ISyncContext` to `decide` functions [#263](https://github.com/jet/equinox/pull/263)
- Replace `Decider.TransactAsyncEx` with `TransactEx`, providing an extended signature to expose the `ISyncContext` to `decide` [#263](https://github.com/jet/equinox/pull/263)

### Removed

- Remove `Decider.TransactAsyncEx` (`TransactEx` provides superset) [#263](https://github.com/jet/equinox/pull/263)

### Fixed

- change `createAttemptsExhaustedException` to allow any `exn`-derived `type` [#275](https://github.com/jet/equinox/pull/275)
Expand Down

0 comments on commit c93cf7a

Please sign in to comment.