aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-driver-channel/CHANGELOG.md
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-10-16 23:41:58 +0200
committerDario Nieuwenhuis <[email protected]>2023-10-18 05:28:16 +0200
commit3cbc6874247d7b814cab8ec8762bfe2f6f385828 (patch)
treeaac4c615c816f6465559874a98c9d3cf60c21817 /embassy-net-driver-channel/CHANGELOG.md
parent51708c8ed1962618ac7bc244a3f5e7ceced28182 (diff)
net/driver: remove Medium, make HardwareAddress non_exhaustive.
Diffstat (limited to 'embassy-net-driver-channel/CHANGELOG.md')
-rw-r--r--embassy-net-driver-channel/CHANGELOG.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/embassy-net-driver-channel/CHANGELOG.md b/embassy-net-driver-channel/CHANGELOG.md
index 589996cfd..b04d0a86b 100644
--- a/embassy-net-driver-channel/CHANGELOG.md
+++ b/embassy-net-driver-channel/CHANGELOG.md
@@ -5,14 +5,12 @@ 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.0 - 2023-10-15 8## 0.2.0 - 2023-10-18
9 9
10- Update embassy-net-driver 10- Update `embassy-net-driver` to v0.2
11- `Runner::new` now takes an `embassy_net_driver::HardwareAddress` parameter 11- `Runner::new` now takes an `embassy_net_driver::HardwareAddress` parameter.
12- Added `Runner::set_ieee802154_address`, `Runner::ieee802154_address` 12- `Runner::set_ethernet_address` is now `set_hardware_address`.
13 13
14## 0.1.0 - 2023-06-29 14## 0.1.0 - 2023-06-29
15 15
16- First release 16- First release
17
18