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

This commit is contained in:
Rob Ede
2022-03-05 22:26:19 +00:00
parent 0fa4d999d9
commit 62fbd225bc
3 changed files with 7 additions and 4 deletions

View File

@ -1,8 +1,11 @@
# Changes
## Unreleased - 2021-xx-xx
## 3.0.2 - 2022-03-05
### Fixed
- Encode correctly camel case header with n+2 hyphens [#2683]
- Fix encoding camel-case header names with more than one hyphen. [#2683]
[#2683]: https://github.com/actix/actix-web/issues/2683