Skip to content

Commit 30d667a

Browse files
committed
Cleanup CHANGELOG.md
1 parent e3da244 commit 30d667a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313

1414
### Changed
1515

16-
- **Breaking** The feature gate requires you to select a subvaraint if possible. ([#67](https://github.com/stm32-rs/stm32f3xx-hal/pull/67))
17-
- **Breaking** Split up `stm32f302` into sub-targets `stm32f302xb`,`stm32f302xc`,`stm32f302xd`,`stm32f302xe`
1816
- The system clock calculation is more fine grained now. ([#67](https://github.com/stm32-rs/stm32f3xx-hal/pull/67))
1917
Now the system clock can be some value, like 14 MHz, which can not a
2018
be represented as a multiple of the oscillator clock:
@@ -33,6 +31,11 @@ let clocks = rcc
3331
This is possible through utilizing the divider, which can devide the
3432
external oscillator clock on most devices. Some devices have even the
3533
possibility to divide the internal oscillator clock.
34+
35+
### Breaking changes
36+
37+
- The feature gate requires you to select a subvariant if possible. ([#75](https://github.com/stm32-rs/stm32f3xx-hal/pull/75))
38+
- Split up `stm32f302` into sub-targets `stm32f302xb`,`stm32f302xc`,`stm32f302xd`,`stm32f302xe`
3639
- Bump `stm32f3` dependency to `0.11.0` ([#97](https://github.com/stm32-rs/stm32f3xx-hal/pull/97))
3740

3841
## [v0.4.3] - 2020-04-11
@@ -135,7 +138,7 @@ let clocks = rcc
135138

136139
- Various peripheral mappings for some devices ([#12](https://github.com/stm32-rs/stm32f3xx-hal/pull/12))
137140

138-
### Breaking changers
141+
### Breaking changes
139142

140143
- Switch to the `embedded-hal` v2 digital pin trait.
141144

0 commit comments

Comments
 (0)