mirror of https://github.com/fafhrd91/actix-net
update changelogs
This commit is contained in:
parent
1bfbf228bd
commit
e494729ded
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue