From fec3b9869f8c29e812b5154fa9d739b1a15fde47 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 8 Mar 2022 20:25:55 +0000 Subject: [PATCH] update changelog --- actix-server/CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/actix-server/CHANGES.md b/actix-server/CHANGES.md index 48381e8e2a..c0e7fa4055 100644 --- a/actix-server/CHANGES.md +++ b/actix-server/CHANGES.md @@ -5,6 +5,7 @@ ## 2.1.0 - 2022-03-08 - Update `tokio-uring` dependency to `0.3.0`. [#448] +- Logs emitted now use the `tracing` crate with `log` compatibility. [#448] - Wait for accept thread to stop before sending completion signal. [#443] [#443]: https://github.com/actix/actix-net/pull/443