Merge pull request #454 from smoltcp-rs/v0.7.1-changelog

Fix 0.7.1 release date
master
Dario Nieuwenhuis 2021-03-27 15:13:18 +01:00 committed by GitHub
commit bbecbf80c1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update `managed` from 0.7 to 0.8 ([442](https://github.com/smoltcp-rs/smoltcp/pull/442))
## [0.7.1] - 2021-03-25
## [0.7.1] - 2021-03-27
- ndisc: Fix NeighborSolicit incorrectly asking for src addr instead of dst addr ([419](https://github.com/smoltcp-rs/smoltcp/pull/419))
- dhcpv4: respect lease time from the server instead of renewing every 60 seconds. ([437](https://github.com/smoltcp-rs/smoltcp/pull/437))