From 3b196b12a3c5a04cb058c8ff79b6e1421118ae18 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 15 Mar 2022 19:04:47 +0000 Subject: [PATCH] update changelog --- actix-codec/CHANGES.md | 4 ++-- actix-tls/CHANGES.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/actix-codec/CHANGES.md b/actix-codec/CHANGES.md index c54cb19a..993e0dd0 100644 --- a/actix-codec/CHANGES.md +++ b/actix-codec/CHANGES.md @@ -1,10 +1,10 @@ # Changes ## Unreleased - 2022-xx-xx -- Logs emitted now use the `tracing` crate with `log` compatibility. [#???] +- Logs emitted now use the `tracing` crate with `log` compatibility. [#451] - Minimum supported Rust version (MSRV) is now 1.49. -[#???]: https://github.com/actix/actix-net/pull/??? +[#451]: https://github.com/actix/actix-net/pull/451 ## 0.5.0 - 2022-02-15 diff --git a/actix-tls/CHANGES.md b/actix-tls/CHANGES.md index b7b1b4a0..3915141c 100644 --- a/actix-tls/CHANGES.md +++ b/actix-tls/CHANGES.md @@ -1,9 +1,9 @@ # Changes ## Unreleased - 2022-xx-xx -- Logs emitted now use the `tracing` crate with `log` compatibility. [#???] +- Logs emitted now use the `tracing` crate with `log` compatibility. [#451] -[#???]: https://github.com/actix/actix-net/pull/??? +[#451]: https://github.com/actix/actix-net/pull/451 ## 3.0.3 - 2022-02-15