diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-10-16 23:41:58 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-10-18 05:28:16 +0200 |
| commit | 3cbc6874247d7b814cab8ec8762bfe2f6f385828 (patch) | |
| tree | aac4c615c816f6465559874a98c9d3cf60c21817 /embassy-net/CHANGELOG.md | |
| parent | 51708c8ed1962618ac7bc244a3f5e7ceced28182 (diff) | |
net/driver: remove Medium, make HardwareAddress non_exhaustive.
Diffstat (limited to 'embassy-net/CHANGELOG.md')
| -rw-r--r-- | embassy-net/CHANGELOG.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/embassy-net/CHANGELOG.md b/embassy-net/CHANGELOG.md index 3e7c28772..7b91b844b 100644 --- a/embassy-net/CHANGELOG.md +++ b/embassy-net/CHANGELOG.md | |||
| @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. | |||
| 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | 6 | and 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 | - Re-export `smoltcp::wire::IpEndpoint` | 10 | - Re-export `smoltcp::wire::IpEndpoint` |
| 11 | - Add poll functions on UdpSocket | 11 | - Add poll functions on UdpSocket |
| @@ -27,5 +27,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 27 | ## 0.1.0 - 2023-06-29 | 27 | ## 0.1.0 - 2023-06-29 |
| 28 | 28 | ||
| 29 | - First release | 29 | - First release |
| 30 | |||
| 31 | |||
