Skip to content

Commit

Permalink
Fixing CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-summers committed Jun 12, 2023
1 parent bc795b4 commit 6caedf1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Bump dependency version of `no-std-net` to `v0.6`.
- Bump MSRV to 1.53.0 due to `no-std-net`'s use of or-patterns.
- Added support for `core::net` with the `ip_in_core` feature.
- [breaking] New APIs added to `TcpClientStack` to support more robust understanding of the TCP
socket state
* 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

## [0.6.0] - 2021-05-25

Expand Down

0 comments on commit 6caedf1

Please sign in to comment.