From 0b001ec0dda94058c628ecda0f4341f6b4b8fea0 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Sat, 29 May 2021 04:30:38 +0200 Subject: [PATCH] Add v0.7.2 changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c0f62d..14fcc32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ 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.2] - 2021-05-29 + +- iface: check for ipv4 subnet broadcast addrs everywhere (#462) +- dhcp: always send parameter_request_list. (#456) +- dhcp: Clear expiration time on reset. (#456) +- phy: fix FaultInjector returning a too big buffer when simulating a drop on tx (#463) +- tcp rtte: fix "attempt to multiply with overflow". (#476) +- tcp: LastAck should only change to Closed on ack of fin. (#477) +- wire/dhcpv4: account for lease time, router and subnet options in DhcpRepr::buffer_len (#478) + ## [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))