docs: fix changelog

This commit is contained in:
Rob Ede 2024-06-07 15:05:31 +01:00
parent 938e398a4c
commit 4a9e14279c
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,10 @@
## Unreleased
# Added
- Add `guard::GuardContext::app_data()` method.
## 4.6.0
### Added
@ -10,7 +14,6 @@
- Add `rustls-0_23` crate feature.
- Add `HttpServer::{bind_rustls_0_23, listen_rustls_0_23}()` builder methods.
- Add `HttpServer::tls_handshake_timeout()` builder method for `rustls-0_22` and `rustls-0_23`.
- Add `app_data` method for `actix_web::guard::GuardContext`
### Changed