Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
richardeoin committed Dec 26, 2024
1 parent 0735f79 commit dd3d356
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit dd3d356

Please sign in to comment.