Skip to content

Commit 6caedf1

Browse files
committed
Fixing CHANGELOG
1 parent bc795b4 commit 6caedf1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111
- Bump dependency version of `no-std-net` to `v0.6`.
1212
- Bump MSRV to 1.53.0 due to `no-std-net`'s use of or-patterns.
1313
- 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()`
14+
- [breaking] New TCP error enumerations added for identifying TCP-related connection errors
15+
- [breaking] Removed the `TcpClientStack::is_connected` API
1716

1817
## [0.6.0] - 2021-05-25
1918

0 commit comments

Comments
 (0)