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

prepare actix-server release

This commit is contained in:
Nikolay Kim
2019-03-12 16:40:22 -07:00
parent ae9bc5ae78
commit a3c4637372
2 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,12 @@
# Changes
## [0.4.0] - 2019-03-xx
## [0.4.0] - 2019-03-12
### Changed
* Use `ServerConfig` for service factory
* Wrap tcp socket to `Io` type
* Upgrade actix-service