nb-connect/CHANGELOG.md

29 lines
500 B
Markdown
Raw Permalink Normal View History

2021-04-25 12:40:50 +00:00
# Version 1.2.0
- **This crate is now deprecated in favor of [socket2](https://crates.io/crates/socket2).**
2021-03-20 10:40:23 +00:00
# Version 1.1.0
- Increase MSRV to rustc 1.46.
- Update `socket2` dependency to 0.4.
2021-03-20 08:13:32 +00:00
# Version 1.0.4
- Update `socket2` dependency to 0.4.
2021-02-14 10:34:40 +00:00
# Version 1.0.3
- Fix invalid assumption of `std::net::SocketAddrV{4,6}` layout.
2020-10-04 09:15:48 +00:00
# Version 1.0.2
- Update `polling` in docs.
2020-09-29 17:29:00 +00:00
# Version 1.0.1
- Close the socket if an error occurs before the end of connect.
2020-09-16 09:20:09 +00:00
# Version 1.0.0
- Initial version