Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Piroro-hs committed Oct 22, 2020
1 parent e2bb078 commit 815de37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- SPI4 peripheral for supported
devices. ([#99](https://github.com/stm32-rs/stm32f3xx-hal/pull/99))
- Support for I2C transfer of more than 255 bytes, and 0 byte write ([#154](https://github.com/stm32-rs/stm32f3xx-hal/pull/154))
- Support for HSE bypass and CSS ([#156](https://github.com/stm32-rs/stm32f3xx-hal/pull/156))

### Changed

Expand All @@ -41,6 +42,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
`stm32f378` targets. ([#99](https://github.com/stm32-rs/stm32f3xx-hal/pull/99))
- Removed SPI1 support for `stm32f302x6` and `stm32f302x8` sub-targets
and `stm32f318` target. ([#99](https://github.com/stm32-rs/stm32f3xx-hal/pull/99))
- Renamed `use_hse` to `use_hse_crystal`. ([#156](https://github.com/stm32-rs/stm32f3xx-hal/pull/156))

## [v0.5.0] - 2020-07-21

Expand Down

0 comments on commit 815de37

Please sign in to comment.