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.4

This commit is contained in:
Rob Ede
2022-03-09 18:13:39 +00:00
parent dce9438518
commit 5611b98c0d
3 changed files with 8 additions and 3 deletions

View File

@ -3,6 +3,11 @@
## Unreleased - 2021-xx-xx
## 3.0.4 - 2022-03-09
### Fixed
- Document on docs.rs with `ws` feature enabled.
## 3.0.3 - 2022-03-08
### Fixed
- Allow spaces between header name and colon when parsing responses. [#2684]