diff --git a/actix-codec/CHANGES.md b/actix-codec/CHANGES.md index f08cd8c8..2c148993 100644 --- a/actix-codec/CHANGES.md +++ b/actix-codec/CHANGES.md @@ -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 diff --git a/actix-utils/CHANGES.md b/actix-utils/CHANGES.md index 85d34274..33876a33 100644 --- a/actix-utils/CHANGES.md +++ b/actix-utils/CHANGES.md @@ -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