From 5cc79e219257eb8befc2a61a8fc67dfd1dc102a6 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 6 Feb 2021 22:28:53 +0000 Subject: [PATCH] update changelog --- actix-rt/CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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