From a2e03700e736cf56a9bbe36c286d4ffc785bbeee Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 9 Jan 2021 15:16:31 +0000 Subject: [PATCH] update rt changelog --- actix-rt/CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/actix-rt/CHANGES.md b/actix-rt/CHANGES.md index efdd58a5..7b89b2fa 100644 --- a/actix-rt/CHANGES.md +++ b/actix-rt/CHANGES.md @@ -5,6 +5,7 @@ ## 2.0.0-beta.2 - 2021-01-09 * Add `task` mod with re-export of `tokio::task::{spawn_blocking, yield_now, JoinHandle}` [#245] +* Add default "macros" feature to allow faster compile times when using `default-features=false`. [#245]: https://github.com/actix/actix-net/pull/245