From a6a7284de92c82681ac943f7030c8686f3a92618 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 26 Aug 2023 15:12:07 +0100 Subject: [PATCH] Update CHANGES.md --- actix-rt/CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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