mirror of https://github.com/fafhrd91/actix-web
docs: fix changelog
This commit is contained in:
parent
938e398a4c
commit
4a9e14279c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue