1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 22:51:07 +01:00

update changes

This commit is contained in:
Nikolay Kim 2019-03-04 15:42:25 -08:00
parent e9657a399a
commit d2a223e69e

View File

@ -2,6 +2,11 @@
## [0.3.1] - 2019-03-xx
### Added
* Add `ServerBuilder::maxconnrate` sets the maximum per-worker number of concurrent connections
### Changed
* Rename `StreamServiceFactory` to `ServiceFactory`