1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

prepare actix-web release

This commit is contained in:
Nikolay Kim
2019-11-14 08:55:37 +06:00
parent 88110ed268
commit 0212c618c6
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changes
## [1.0.9] - 2019-xx-xx
## [1.0.9] - 2019-11-14
### Added
@ -10,6 +10,7 @@
* Support `Host` guards when the `Host` header is unset (e.g. HTTP/2 requests) (#1129)
## [1.0.8] - 2019-09-25
### Added