diff --git a/actix-rt/CHANGES.md b/actix-rt/CHANGES.md index 8645749f..72c450c6 100644 --- a/actix-rt/CHANGES.md +++ b/actix-rt/CHANGES.md @@ -2,10 +2,10 @@ ## Unreleased - 2021-xx-xx * Add `Arbiter::handle` to get a handle of an owned Arbiter. [#274] -* Add `System::try_current` for situations where actix may or may not be running a System. [#???] +* Add `System::try_current` for situations where actix may or may not be running a System. [#275] [#274]: https://github.com/actix/actix-net/pull/274 -[#???]: https://github.com/actix/actix-net/pull/??? +[#275]: https://github.com/actix/actix-net/pull/275 ## 2.0.1 - 2021-02-06