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:
parent
effe1c15d5
commit
d341ab7a50
1 changed files with 4 additions and 2 deletions
|
@ -13,8 +13,6 @@
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* [BREAKING] server::Server struct moved into actix-net
|
|
||||||
|
|
||||||
* Set min version for actix
|
* Set min version for actix
|
||||||
|
|
||||||
* Set min version for actix-net
|
* Set min version for actix-net
|
||||||
|
@ -29,6 +27,10 @@
|
||||||
|
|
||||||
## [0.7.10] - 2018-10-09
|
## [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
|
||||||
|
|
||||||
* Fixed panic during graceful shutdown
|
* Fixed panic during graceful shutdown
|
||||||
|
|
Loading…
Reference in a new issue