update changelogs

This commit is contained in:
Rob Ede 2021-03-29 10:22:33 +01:00
parent 1bfbf228bd
commit e494729ded
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
* Move dispatcher from actix-utils. [#???]
* Move dispatcher from actix-utils. [#301]
[#???]: https://github.com/actix/actix-net/pull/???
[#301]: https://github.com/actix/actix-net/pull/301
## 0.4.0-beta.1 - 2020-12-28

View File

@ -1,9 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
* Moved `mpsc` to own crate `local-channel`. [#???]
* Moved `task::LocalWaker` to own crate `local-waker`. [#???]
* Expose `future` mod with `ready` and `poll_fn` helpers. [#???]
* Moved `mpsc` to own crate `local-channel`. [#301]
* Moved `task::LocalWaker` to own crate `local-waker`. [#301]
* Expose `future` mod with `ready` and `poll_fn` helpers. [#301]
* `SendError` inner field is now public. [#286]
* Rename `Dispatcher::{get_sink => tx}`. [#286]
* Rename `Dispatcher::{get_ref => service}`. [#286]
@ -12,7 +12,7 @@
* Rename `Dispatcher::{get_framed_mut => framed_mut}`. [#286]
[#286]: https://github.com/actix/actix-net/pull/286
[#???]: https://github.com/actix/actix-net/pull/???
[#301]: https://github.com/actix/actix-net/pull/301
## 3.0.0-beta.2 - 2021-02-06