Merge pull request #4172 from embassy-rs/update-net-changelog

fix: update embassy-net changelog
This commit is contained in:
Ulf Lilleengen 2025-05-06 10:50:26 +00:00 committed by GitHub
commit af6f5ca0c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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