From ff5c7ae64c924cc8d28292de6022dc494e2eb731 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 2 Feb 2021 02:24:32 +0000 Subject: [PATCH] update changelog --- actix-rt/CHANGES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/actix-rt/CHANGES.md b/actix-rt/CHANGES.md index bb786c4c..15052613 100644 --- a/actix-rt/CHANGES.md +++ b/actix-rt/CHANGES.md @@ -4,10 +4,10 @@ ## 2.0.0 - 2021-02-02 -* Remove all Arbiter-local storage methods. [#???] -* Re-export `tokio::pin`. [#???] +* Remove all Arbiter-local storage methods. [#262] +* Re-export `tokio::pin`. [#262] -[#???]: https://github.com/actix/actix-net/pull/??? +[#262]: https://github.com/actix/actix-net/pull/262 ## 2.0.0-beta.3 - 2021-01-31