api: Update change log

This commit is contained in:
Jonas Platte 2020-08-12 23:43:57 +02:00
parent 987d48666c
commit c1b4b77bbd
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -3,8 +3,11 @@
Breaking changes: Breaking changes:
* Update strum dependency to 0.19 * Update strum dependency to 0.19
* The `EndpointError` trait now requires `std::error::Error`. This allows integrating `EndpointError`s in the common * The `EndpointError` trait now requires `std::error::Error`. This allows integrating
rust error ecosystem like `thiserror` and `anyhow`. `EndpointError`s in the common rust error ecosystem like `thiserror` and `anyhow`.
* The `Endpoint` trait has been replaced by two new traits that each capture a subset of its
previous functionality: `OutgoingRequest` for sending requests and receiving responses and
`IncomingRequest` for receiving requests and sending responses.
Improvements: Improvements: