nb-connect/CHANGELOG.md

16 lines
247 B
Markdown
Raw Normal View History

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