diff --git a/CHANGELOG.md b/CHANGELOG.md index c87100f9..b2df4a6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,11 @@ ## [Unreleased] * MSRV increased to Rust 1.80.0 -* **Breaking** Update `smoltcp` to `0.12.0` (from `0.11.0`) +* **Breaking** Update `smoltcp` to `0.12.0` (from `0.11.0`) [#508] +* ethernet: Fix eth::DesRing alignment [#510] +* flash: Add `access_banks` method [#489] +* qspi/octospi: Support different modes for each phase of an xspi operation [#488] +* timer: Fix off-by-one-tick in timer period calculation [#491] ## [v0.16.0] 2024-03-12 @@ -410,3 +414,8 @@ [#473]: https://github.com/stm32-rs/stm32h7xx-hal/pull/473 [#482]: https://github.com/stm32-rs/stm32h7xx-hal/pull/482 [#484]: https://github.com/stm32-rs/stm32h7xx-hal/pull/484 +[#488]: https://github.com/stm32-rs/stm32h7xx-hal/pull/488 +[#489]: https://github.com/stm32-rs/stm32h7xx-hal/pull/489 +[#491]: https://github.com/stm32-rs/stm32h7xx-hal/pull/491 +[#508]: https://github.com/stm32-rs/stm32h7xx-hal/pull/508 +[#510]: https://github.com/stm32-rs/stm32h7xx-hal/pull/510