1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

prepare http-test release 3.0.0-beta.4

This commit is contained in:
Rob Ede
2021-04-02 09:54:35 +01:00
parent 05c7505563
commit a9641e475a
3 changed files with 9 additions and 4 deletions

View File

@ -1,9 +1,14 @@
# Changes
## Unreleased - 2021-xx-xx
### Added
## 3.0.0-beta.4 - 2021-04-02
* Added `TestServer::client_headers` method. [#2097]
[#2097]: https://github.com/actix/actix-web/pull/2097
## 3.0.0-beta.3 - 2021-03-09
* No notable changes.