Update changelog

pull/207/head
Chip Senkbeil 11 months ago
parent 4a6c027fd1
commit 7feb5d1552
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

@ -27,6 +27,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Rename `GenericServerRef` to `ServerRef` and remove `ServerRef` trait,
refactoring `TcpServerRef`, `UnixSocketServerRef`, and `WindowsPipeServerRef`
to use the struct instead of `Box<dyn ServerRef>`
- Update `Reply` trait and associated implementations to be non-blocking &
synchronous as opposed to asynchronous to avoid deadlocks and also be more
performant
## [0.20.0-alpha.8]

Loading…
Cancel
Save