Skip to content

Commit 2ac7f26

Browse files
authored
Merge pull request #79 from Sh3Rm4n/changelog
Fix PR links in changelog
2 parents c0d1071 + 82bc03e commit 2ac7f26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212
### Fixed
1313

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

1717
### Changed
1818

19-
- Bump `stm32f3` dependency to `0.10.0` ([#42](https://github.com/stm32-rs/stm32f3xx-hal/pull/42))
19+
- Bump `stm32f3` dependency to `0.10.0` ([#70](https://github.com/stm32-rs/stm32f3xx-hal/pull/70))
2020

2121
## [v0.4.1] - 2020-03-07
2222

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

5454
### Fixed
5555

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

5858
## [v0.3.0] - 2019-08-26
5959

@@ -88,7 +88,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8888
### Changed
8989

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

9393
### Fixed
9494

0 commit comments

Comments
 (0)