mirror of https://github.com/fafhrd91/actix-web
Update CHANGES.md
This commit is contained in:
parent
37fe1bfd8f
commit
7c775aabfd
|
@ -4,9 +4,10 @@
|
||||||
### Added
|
### Added
|
||||||
- Implement `Responder` for `Vec<u8>`. [#2625]
|
- Implement `Responder` for `Vec<u8>`. [#2625]
|
||||||
- Re-export `KeepAlive` in `http` mod. [#2625]
|
- Re-export `KeepAlive` in `http` mod. [#2625]
|
||||||
|
- `middleware::logger::custom_status_replace`. [#2631]
|
||||||
|
|
||||||
[#2625]: https://github.com/actix/actix-web/pull/2625
|
[#2625]: https://github.com/actix/actix-web/pull/2625
|
||||||
|
[#2631]: https://github.com/actix/actix-web/pull/2631
|
||||||
|
|
||||||
## 4.0.0-rc.2 - 2022-02-02
|
## 4.0.0-rc.2 - 2022-02-02
|
||||||
### Added
|
### Added
|
||||||
|
|
Loading…
Reference in New Issue