Skip to content

Commit ea50622

Browse files
committed
changelog
1 parent 17ee16a commit ea50622

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3030
- Allow different lengths of buffers in hal_1 SpiBus impl [#566]
3131
- Clean SPI write impls [#774]
3232
- move `ptr()` to `Ptr` trait [#773]
33-
- make `I2sFreq` trait similar to `BusClock` [#796]
33+
- make `I2sFreq` trait similar to `BusClock`, refactor `rcc::Pll` [#796] [#798]
3434
- `steal` UART peripheral on `Rx::new` [#768]
3535

3636
[#248]: https://github.com/stm32-rs/stm32f4xx-hal/pull/248
@@ -52,6 +52,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5252
[#783]: https://github.com/stm32-rs/stm32f4xx-hal/pull/783
5353
[#785]: https://github.com/stm32-rs/stm32f4xx-hal/pull/785
5454
[#796]: https://github.com/stm32-rs/stm32f4xx-hal/pull/796
55+
[#798]: https://github.com/stm32-rs/stm32f4xx-hal/pull/798
5556

5657
## [v0.21.0] - 2024-05-30
5758

0 commit comments

Comments
 (0)