Skip to content

Commit 1dfd039

Browse files
committed
Forwardport CHANGELOG changes from v0.8.2
1 parent f8aab19 commit 1dfd039

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1919
- `BusClock` and `BusTimerClock` traits ([#302])
2020
- `RccBus`, `Enable`, `Reset` traits and implementations for peripherals ([#299])
2121
- Support cortex-m-rt `v0.7.0` but still allow `v0.6.13` ([#283])
22-
- Add missing SPI impls for the `gpio-f303` device groups (e.g. stm32f303vc) ([#304])
2322
- Make timer `InterruptTypes` fields public to be useful. ([#304])
2423

2524
### Fixed
@@ -38,6 +37,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3837
- Update `stm32f3` pac to v0.14.0 ([#282])
3938
- Remove the `bxcan` re-export. ([#304])
4039

40+
## [v0.8.2] - 2021-12-14
41+
42+
- Add missing SPI impls for the `gpio-f303` device groups (e.g. stm32f303vc) ([#304])
43+
4144
## [v0.8.1] - 2021-10-27
4245

4346
### Fixed
@@ -602,6 +605,7 @@ let clocks = rcc
602605
[#2]: https://github.com/stm32-rs/stm32f3xx-hal/pull/2
603606

604607
<!-- cargo-release: latest tag -->
608+
[v0.8.2]: https://github.com/stm32-rs/stm32f3xx-hal/releases/tag/v0.8.2
605609
[v0.8.1]: https://github.com/stm32-rs/stm32f3xx-hal/releases/tag/v0.8.1
606610
[v0.8.0]: https://github.com/stm32-rs/stm32f3xx-hal/releases/tag/v0.8.0
607611
[v0.7.0]: https://github.com/stm32-rs/stm32f3xx-hal/releases/tag/v0.7.0

0 commit comments

Comments
 (0)