mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-26 06:57:43 +02:00
add GuardContext::header
(#2569)
This commit is contained in:
10
CHANGES.md
10
CHANGES.md
@ -1,10 +1,14 @@
|
||||
# Changes
|
||||
|
||||
## Unreleased - 2021-xx-xx
|
||||
### Changed
|
||||
- `HttpResponse` can now be used as a `Responder` with any body type.
|
||||
### Added
|
||||
- `GuardContext::header` [#2569]
|
||||
|
||||
[#2501]: https://github.com/actix/actix-web/pull/2501
|
||||
### Changed
|
||||
- `HttpResponse` can now be used as a `Responder` with any body type. [#2567]
|
||||
|
||||
[#2567]: https://github.com/actix/actix-web/pull/2567
|
||||
[#2569]: https://github.com/actix/actix-web/pull/2569
|
||||
|
||||
|
||||
## 4.0.0-beta.19 - 2022-01-04
|
||||
|
Reference in New Issue
Block a user