From 6caedf1313a9040b22b3f937a1313fdcf47cb1a1 Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Mon, 12 Jun 2023 14:52:08 +0200 Subject: [PATCH] Fixing CHANGELOG --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c06fd8c..cb48565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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