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

update version

This commit is contained in:
Nikolay Kim
2018-09-27 18:17:58 -07:00
parent 59deb4b40d
commit 52195bbf16
2 changed files with 5 additions and 1 deletions

View File

@ -5,8 +5,12 @@
### Fixed
* HTTP1 decoding errors are reported to the client. #512
* Correctly compose multiple allowed origins in CORS. #517
* Websocket server finished() isn't called if client disconnects #511
## [0.7.8] - 2018-09-17
### Added