diff --git a/actix-rt/CHANGES.md b/actix-rt/CHANGES.md index 8ba6d31b..ccd8a23e 100644 --- a/actix-rt/CHANGES.md +++ b/actix-rt/CHANGES.md @@ -2,8 +2,8 @@ ## Unreleased - 2023-xx-xx -- Add `actix_rt::System::runtime()` method to retrieve the underlying `actix_rt::Runtime` runtime -- Add `actix_rt::Runtime::tokio_runtime()` method to retrieve the underlying Tokio runtime +- Add `actix_rt::System::runtime()` method to retrieve the underlying `actix_rt::Runtime` runtime. +- Add `actix_rt::Runtime::tokio_runtime()` method to retrieve the underlying Tokio runtime. - Minimum supported Rust version (MSRV) is now 1.65. ## 2.8.0 - 2022-12-21