Skip to content

Commit 807ffa0

Browse files
Update CHANGELOG
1 parent 0fa4b13 commit 807ffa0

File tree

1 file changed

+26
-5
lines changed

1 file changed

+26
-5
lines changed

CHANGELOG.md

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,33 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- **Breaking** The feature gate requires you to select a subvaraint if possible. ([#67](https://github.com/stm32-rs/stm32f3xx-hal/pull/67))
13+
14+
## [v0.4.3] - 2020-04-11
15+
16+
### Added
17+
18+
- Independent Watchdog ([#58](https://github.com/stm32-rs/stm32f3xx-hal/pull/58))
19+
20+
### Fixed
21+
22+
- Wrong default modes for debug GPIO pins ([#82](https://github.com/stm32-rs/stm32f3xx-hal/pull/82))
23+
- Wrong calculation of HCLK prescaler, if using a prescaler value equal or
24+
higher than 64 ([#42](https://github.com/stm32-rs/stm32f3xx-hal/pull/42))
25+
- UART reception error flags not cleared ([#91](https://github.com/stm32-rs/stm32f3xx-hal/pull/91))
26+
27+
## [v0.4.2] - 2020-03-21
28+
1029
### Fixed
1130

1231
- Wrong frequency reported by `MonoTimer` ([#56](https://github.com/stm32-rs/stm32f3xx-hal/pull/56))
32+
- Use automatic mode with I2C autoend on `Read` ([#72](https://github.com/stm32-rs/stm32f3xx-hal/pull/72))
1333

1434
### Changed
1535

16-
- Bump `stm32f3` dependency to `0.10.0` ([#42](https://github.com/stm32-rs/stm32f3xx-hal/pull/42))
17-
- **Breaking** The feature gate requires you to select a subvaraint if possible. ([#67](https://github.com/stm32-rs/stm32f3xx-hal/pull/67))
36+
- Bump `stm32f3` dependency to `0.10.0` ([#70](https://github.com/stm32-rs/stm32f3xx-hal/pull/70))
1837

1938
## [v0.4.1] - 2020-03-07
2039

@@ -51,7 +70,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5170

5271
### Fixed
5372

54-
- Fixed wrong initialization of the SPI ([#35](https://github.com/stm32-rs/stm32f3xx-hal/pull/18))
73+
- Fixed wrong initialization of the SPI ([#35](https://github.com/stm32-rs/stm32f3xx-hal/pull/35))
5574

5675
## [v0.3.0] - 2019-08-26
5776

@@ -86,7 +105,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
86105
### Changed
87106

88107
- Bump `stm32f3` version to `0.7.1` ([#12](https://github.com/stm32-rs/stm32f3xx-hal/pull/12))
89-
- Bump `embedded-hal` version to `0.2.1` ([#11](https://github.com/stm32-rs/stm32f3xx-hal/pull/11))
108+
- Bump `embedded-hal` version to `0.2.3` ([#11](https://github.com/stm32-rs/stm32f3xx-hal/pull/11))
90109

91110
### Fixed
92111

@@ -132,7 +151,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
132151

133152
- Support `stm32f303` device
134153

135-
[Unreleased]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.1...HEAD
154+
[Unreleased]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.3...HEAD
155+
[v0.4.3]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.2...v0.4.3
156+
[v0.4.2]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.1...v0.4.2
136157
[v0.4.1]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.4.0...v0.4.1
137158
[v0.4.0]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.3.0...v0.4.0
138159
[v0.3.0]: https://github.com/stm32-rs/stm32f3xx-hal/compare/v0.2.3...v0.3.0

0 commit comments

Comments
 (0)