mirror of
https://github.com/fafhrd91/actix-net
synced 2025-02-07 23:44:22 +01:00
22 lines
301 B
Markdown
22 lines
301 B
Markdown
# Changes
|
|
|
|
## [0.2.0] - 2019-10-03
|
|
|
|
### Changed
|
|
|
|
* Update `rustls` to 0.16
|
|
* Minimum required Rust version upped to 1.37.0
|
|
|
|
## [0.1.2] - 2019-07-18
|
|
|
|
### Added
|
|
|
|
* Add unix domnain sockets support
|
|
|
|
|
|
## [0.1.1] - 2019-04-16
|
|
|
|
### Added
|
|
|
|
* `IoStream` trait and impls for TcpStream, SslStream and TlsStream
|