mirror of https://github.com/fafhrd91/actix-web
fix changelog
This commit is contained in:
parent
07a6e9f8ed
commit
fb8ae84dd0
|
@ -7,7 +7,7 @@
|
||||||
- Implement `MessageBody` for `Pin<B>` where `B::Target: MessageBody`. [#2868]
|
- Implement `MessageBody` for `Pin<B>` where `B::Target: MessageBody`. [#2868]
|
||||||
- Automatic h2c detection via new service finalizer `HttpService::tcp_auto_h2c()`. [#2957]
|
- Automatic h2c detection via new service finalizer `HttpService::tcp_auto_h2c()`. [#2957]
|
||||||
- `HeaderMap::retain()` [#2955].
|
- `HeaderMap::retain()` [#2955].
|
||||||
- Header name constants in `header` module. [#2956] [#????]
|
- Header name constants in `header` module. [#2956] [#2968]
|
||||||
- `CACHE_STATUS`
|
- `CACHE_STATUS`
|
||||||
- `CDN_CACHE_CONTROL`
|
- `CDN_CACHE_CONTROL`
|
||||||
- `CROSS_ORIGIN_EMBEDDER_POLICY`
|
- `CROSS_ORIGIN_EMBEDDER_POLICY`
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
[#2957]: https://github.com/actix/actix-web/pull/2957
|
[#2957]: https://github.com/actix/actix-web/pull/2957
|
||||||
[#2955]: https://github.com/actix/actix-web/pull/2955
|
[#2955]: https://github.com/actix/actix-web/pull/2955
|
||||||
[#2956]: https://github.com/actix/actix-web/pull/2956
|
[#2956]: https://github.com/actix/actix-web/pull/2956
|
||||||
[#????]: https://github.com/actix/actix-web/pull/????
|
[#2968]: https://github.com/actix/actix-web/pull/2968
|
||||||
|
|
||||||
|
|
||||||
## 3.2.2 - 2022-09-11
|
## 3.2.2 - 2022-09-11
|
||||||
|
|
Loading…
Reference in New Issue