docs: update changelog

This commit is contained in:
Rob Ede 2026-07-17 13:03:50 +01:00
parent 7b79694b14
commit b516280981
No known key found for this signature in database
GPG Key ID: F5E3FCAA33CBF062
2 changed files with 6 additions and 6 deletions

View File

@ -2,6 +2,10 @@
## Unreleased
- Add `Error::add_response_mapper()` to allow middleware to modify error-generated responses before they are sent. [#2979]
[#2979]: https://github.com/actix/actix-web/pull/2979
## 4.14.0
- Add `HttpRequest::{cookies_raw,cookie_raw}` and `ServiceRequest::{cookies_raw,cookie_raw}` for reading request cookies without percent-decoding names and values. [#3542]

View File

@ -41,13 +41,9 @@
### Experimental features
To enable faster release iterations, we mark some features as experimental.
These features are prefixed with `experimental` and a breaking change may happen at any release.
Please use them in a production environment at your own risk.
To enable faster release iterations, we mark some features as experimental. These features are prefixed with `experimental` and a breaking change may happen at any release. Please use them in a production environment at your own risk.
- `experimental-introspection`: exposes route and method reporting helpers for local diagnostics
and tooling. See [`examples/introspection.rs`](examples/introspection.rs) and
[`examples/introspection_multi_servers.rs`](examples/introspection_multi_servers.rs).
- `experimental-introspection`: exposes route and method reporting helpers for local diagnostics and tooling. See [`examples/introspection.rs`](examples/introspection.rs) and [`examples/introspection_multi_servers.rs`](examples/introspection_multi_servers.rs).
## Documentation