docs: link CHANGELOG entries to #4140

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Bruno Oliveira 2026-07-08 11:33:04 -03:00
parent 2b090e0817
commit 1ff366517d
5 changed files with 14 additions and 5 deletions

View File

@ -2,9 +2,11 @@
## Unreleased ## Unreleased
- Add `TestServer::{query, squery}()` for issuing HTTP `QUERY` requests (RFC 10008). - Add `TestServer::{query, squery}()` for issuing HTTP `QUERY` requests (RFC 10008). [#4140]
- Minimum supported Rust version (MSRV) is now 1.88. - Minimum supported Rust version (MSRV) is now 1.88.
[#4140]: https://github.com/actix/actix-web/pull/4140
## 3.2.0 ## 3.2.0
- Minimum supported Rust version (MSRV) is now 1.68 due to transitive `time` dependency. - Minimum supported Rust version (MSRV) is now 1.68 due to transitive `time` dependency.

View File

@ -2,9 +2,11 @@
## Unreleased ## Unreleased
- Add `TestServer::query()` for issuing HTTP `QUERY` requests (RFC 10008). - Add `TestServer::query()` for issuing HTTP `QUERY` requests (RFC 10008). [#4140]
- Minimum supported Rust version (MSRV) is now 1.88. - Minimum supported Rust version (MSRV) is now 1.88.
[#4140]: https://github.com/actix/actix-web/pull/4140
## 0.1.5 ## 0.1.5
- Add `TestServerConfig::listen_address()` method. - Add `TestServerConfig::listen_address()` method.

View File

@ -2,9 +2,11 @@
## Unreleased ## Unreleased
- Add `#[query]` macro for routing the HTTP `QUERY` method (RFC 10008). - Add `#[query]` macro for routing the HTTP `QUERY` method (RFC 10008). [#4140]
- Minimum supported Rust version (MSRV) is now 1.88. - Minimum supported Rust version (MSRV) is now 1.88.
[#4140]: https://github.com/actix/actix-web/pull/4140
## 4.3.0 ## 4.3.0
- Add `#[scope]` macro. - Add `#[scope]` macro.

View File

@ -2,7 +2,9 @@
## Unreleased ## Unreleased
- Add support for the HTTP `QUERY` method (RFC 10008): `web::query()`, `guard::Query()`, `Resource::query()`, and `TestRequest::query()`. - Add support for the HTTP `QUERY` method (RFC 10008): `web::query()`, `guard::Query()`, `Resource::query()`, and `TestRequest::query()`. [#4140]
[#4140]: https://github.com/actix/actix-web/pull/4140
## 4.14.0 ## 4.14.0

View File

@ -2,12 +2,13 @@
## Unreleased ## Unreleased
- Add `Client::query()` for constructing HTTP `QUERY` requests (RFC 10008). - Add `Client::query()` for constructing HTTP `QUERY` requests (RFC 10008). [#4140]
- Add camel-case header controls to `WebsocketsRequest` via `camel_case_headers()` and `set_camel_case_headers()`. [#3953] - Add camel-case header controls to `WebsocketsRequest` via `camel_case_headers()` and `set_camel_case_headers()`. [#3953]
- Update `hickory-resolver` dependency to `0.26.1`. - Update `hickory-resolver` dependency to `0.26.1`.
- Update `rand` dependency to `0.10`. - Update `rand` dependency to `0.10`.
[#3953]: https://github.com/actix/actix-web/pull/3953 [#3953]: https://github.com/actix/actix-web/pull/3953
[#4140]: https://github.com/actix/actix-web/pull/4140
## 3.8.2 ## 3.8.2