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

add unix domain sockets support #3

This commit is contained in:
Nikolay Kim
2019-07-18 17:05:40 +06:00
parent 2955e49d78
commit 311bb14d97
10 changed files with 304 additions and 75 deletions

View File

@ -1,5 +1,12 @@
# Changes
## [0.6.0] - 2019-07-18
### Added
* Support Unix domain sockets #3
## [0.5.1] - 2019-05-18
### Changed