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

prepare actix-http release 3.0.1

This commit is contained in:
Rob Ede
2022-03-04 03:16:02 +00:00
parent 49cd303c3b
commit da4c849f62
3 changed files with 8 additions and 3 deletions

View File

@ -3,6 +3,11 @@
## Unreleased - 2021-xx-xx
## 3.0.1 - 2022-03-04
- Fix panic in H1 dispatcher when pipelining is used with keep-alive. [#2678]
[#2678]: https://github.com/actix/actix-web/issues/2678
## 3.0.0 - 2022-02-25
### Dependencies
- Updated `actix-*` to Tokio v1-based versions. [#1813]