Skip to content

Commit dd3d356

Browse files
committed
Update CHANGELOG
1 parent 0735f79 commit dd3d356

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
## [Unreleased]
44

55
* MSRV increased to Rust 1.80.0
6-
* **Breaking** Update `smoltcp` to `0.12.0` (from `0.11.0`)
6+
* **Breaking** Update `smoltcp` to `0.12.0` (from `0.11.0`) [#508]
7+
* ethernet: Fix eth::DesRing alignment [#510]
8+
* flash: Add `access_banks` method [#489]
9+
* qspi/octospi: Support different modes for each phase of an xspi operation [#488]
10+
* timer: Fix off-by-one-tick in timer period calculation [#491]
711

812
## [v0.16.0] 2024-03-12
913

@@ -410,3 +414,8 @@
410414
[#473]: https://github.com/stm32-rs/stm32h7xx-hal/pull/473
411415
[#482]: https://github.com/stm32-rs/stm32h7xx-hal/pull/482
412416
[#484]: https://github.com/stm32-rs/stm32h7xx-hal/pull/484
417+
[#488]: https://github.com/stm32-rs/stm32h7xx-hal/pull/488
418+
[#489]: https://github.com/stm32-rs/stm32h7xx-hal/pull/489
419+
[#491]: https://github.com/stm32-rs/stm32h7xx-hal/pull/491
420+
[#508]: https://github.com/stm32-rs/stm32h7xx-hal/pull/508
421+
[#510]: https://github.com/stm32-rs/stm32h7xx-hal/pull/510

0 commit comments

Comments
 (0)