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

prepare actix-http release

This commit is contained in:
Nikolay Kim
2019-08-01 15:26:30 -07:00
parent cb19ebfe0c
commit 0d15861e23
2 changed files with 6 additions and 3 deletions

View File

@ -1,11 +1,12 @@
# Changes
## [0.2.8] - 2019-07-xx
## [0.2.8] - 2019-08-01
### Changed
### Added
* Add `rustls` support
* Add `Clone` impl for `HeaderMap`
* Add `rustls` support
### Fixed