Update CHANGES.md

This commit is contained in:
benny-n 2022-02-05 19:54:13 +02:00
parent 37fe1bfd8f
commit 7c775aabfd
1 changed files with 2 additions and 1 deletions

View File

@ -4,9 +4,10 @@
### Added
- Implement `Responder` for `Vec<u8>`. [#2625]
- Re-export `KeepAlive` in `http` mod. [#2625]
- `middleware::logger::custom_status_replace`. [#2631]
[#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
### Added