fix up changelog versions

This commit is contained in:
Prasanna V. Loganathar 2018-10-15 08:27:11 +05:30 committed by GitHub
parent effe1c15d5
commit d341ab7a50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -13,8 +13,6 @@
### Changed
* [BREAKING] server::Server struct moved into actix-net
* Set min version for actix
* Set min version for actix-net
@ -29,6 +27,10 @@
## [0.7.10] - 2018-10-09
### Changed
* [BREAKING] Server is now a part of actix-net, and is no longer in actix-web::server
### Fixed
* Fixed panic during graceful shutdown