1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-12-20 07:06:42 +00:00

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

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