1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 06:39:22 +02:00

Update changelog

This commit is contained in:
Yuki Okushi
2020-03-04 15:20:14 +09:00
parent 687dc609dd
commit 9d661dc4f3
3 changed files with 10 additions and 5 deletions

View File

@ -1,15 +1,19 @@
# Changes
## [2.0.0-alpha.2] - someday
### Changed
* Update `actix-connect` and `actix-tls` dependency to 2.0.0-alpha.1
## [2.0.0-alpha.1] - 2020-02-27
### Changed
* Update the `time` dependency to 0.2.7.
* Moved actors messages support from actix crate, enabled with feature `actors`.
* Breaking change: trait MessageBody requires Unpin and accepting Pin<&mut Self> instead of &mut self in the poll_next().
* MessageBody is not implemented for &'static [u8] anymore.
### Fixed