We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc795b4 commit 6caedf1Copy full SHA for 6caedf1
CHANGELOG.md
@@ -11,9 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
11
- Bump dependency version of `no-std-net` to `v0.6`.
12
- Bump MSRV to 1.53.0 due to `no-std-net`'s use of or-patterns.
13
- Added support for `core::net` with the `ip_in_core` feature.
14
-- [breaking] New APIs added to `TcpClientStack` to support more robust understanding of the TCP
15
-socket state
16
- * New APIs include `is_open()`, `may_send()`, and `may_recv()`
+- [breaking] New TCP error enumerations added for identifying TCP-related connection errors
+- [breaking] Removed the `TcpClientStack::is_connected` API
17
18
## [0.6.0] - 2021-05-25
19
0 commit comments