Update CHANGES.md

This commit is contained in:
Rob Ede 2023-08-26 15:12:07 +01:00 committed by GitHub
parent 17a8ce0cc2
commit a6a7284de9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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