Skip to content

Commit c872801

Browse files
authored
Update CHANGELOG.md
1 parent 3ca1f36 commit c872801

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [v0.3.5] - 2019-01-07
99

10-
## Added
10+
### Added
1111

1212
- Rng implementation
1313
- GPIOE support
14-
- `fmt::Write` for serial Tx
14+
- `fmt::Write` for serial Tx
15+
16+
### Breaking
17+
- LSI is no longer enabled by default, requires `lsi(true)` when configuring the rcc
1518

1619
## [v0.3.4] - 2018-12-31
1720

18-
## Fixed
21+
### Fixed
1922
- Hardcoded stm32 device crate in `i2c`
2023

21-
## Added
24+
### Added
2225
- TSC clear flag API
2326

2427
## [v0.3.3] - 2018-12-12
@@ -128,4 +131,4 @@ This project adheres to [Semantic Versioning](http://semver.org/).
128131
[v0.2.1]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.2.0...v0.2.1
129132
[v0.2.0]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.1.1...v0.2.0
130133
[v0.1.1]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.1.0...v0.1.1
131-
[v0.1.0]: https://github.com/stm32-rs/stm32l4xx-hal/tree/v0.1.0
134+
[v0.1.0]: https://github.com/stm32-rs/stm32l4xx-hal/tree/v0.1.0

0 commit comments

Comments
 (0)