Add entry to changelog

This commit is contained in:
Sven-Hendrik Haase 2019-07-28 23:58:06 +02:00
parent 11d65635e8
commit 500759e566
1 changed files with 4 additions and 0 deletions

View File

@ -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