1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 03:49:03 +02:00

Drop service response

This commit is contained in:
Nikolay Kim
2019-02-09 21:39:17 -08:00
parent a53f06a1a4
commit e354c6df92
3 changed files with 20 additions and 13 deletions

View File

@ -1,8 +1,15 @@
# Changes
## [0.2.1] - 2019-02-09
### Changes
* Drop service response
## [0.2.0] - 2019-02-01
## Changes
### Changes
* Migrate to actix-service 0.2
@ -11,14 +18,14 @@
## [0.1.3] - 2018-12-21
## Fixed
### Fixed
* Fix max concurrent connections handling
## [0.1.2] - 2018-12-12
## Changed
### Changed
* rename ServiceConfig::rt() to ServiceConfig::apply()