fix: update embassy-net changelog

This commit is contained in:
Ulf Lilleengen 2025-05-06 12:46:52 +02:00
parent 9d1750bd5f
commit 254b203e1a

View File

@ -9,10 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
No unreleased changes yet... Quick, go send a PR!
## 0.7 - 2025-02-14
## 0.7 - 2025-05-06
- don't infinite loop if udp::send methods receive a buffer too large to ever be sent
- add ICMP sockets and a ping utility
- configurable rate_limit for the ping utility
- Feature match udp sockets
## 0.6 - 2025-01-05