aboutsummaryrefslogtreecommitdiff
path: root/embassy-net/CHANGELOG.md
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2023-10-31 09:18:00 +0100
committerDániel Buga <[email protected]>2023-10-31 09:33:27 +0100
commitd94188206616d341d6646f55181d2cbd636e056b (patch)
tree5d833d3b8383a171abbbf5a5a0ddacd13a82533b /embassy-net/CHANGELOG.md
parentad07ea02909f7c10b5c2bd2bb40c81aea414db4a (diff)
Prepare embassy-net 0.2.1 and embassy-sync 0.4.0
Diffstat (limited to 'embassy-net/CHANGELOG.md')
-rw-r--r--embassy-net/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/embassy-net/CHANGELOG.md b/embassy-net/CHANGELOG.md
index 7b91b844b..4030e050b 100644
--- a/embassy-net/CHANGELOG.md
+++ b/embassy-net/CHANGELOG.md
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7 7
8## 0.2.1 - 2023-10-31
9
10- Re-add impl_trait_projections
11- Fix: Reset DHCP socket when the link up is detected
12
8## 0.2.0 - 2023-10-18 13## 0.2.0 - 2023-10-18
9 14
10- Re-export `smoltcp::wire::IpEndpoint` 15- Re-export `smoltcp::wire::IpEndpoint`