mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-26 15:07:42 +02:00
Allow HeaderMap to be cloned (#1014)
* Allow HeaderMap to be cloned * Add entry to changelog
This commit is contained in:
committed by
Nikolay Kim
parent
81ab37f235
commit
511026cab0
@ -2,6 +2,10 @@
|
||||
|
||||
## [0.2.8] - 2019-07-xx
|
||||
|
||||
### Changed
|
||||
|
||||
* Add `Clone` impl for `HeaderMap`
|
||||
|
||||
### Fixed
|
||||
|
||||
* Invalid response with compression middleware enabled, but compression-related features disabled #997
|
||||
|
Reference in New Issue
Block a user