Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
burrbull committed Jan 9, 2022
1 parent d501301 commit feaf1e5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

- up `cortex-m` to 0.7.4, use `cycle_count` instead of `get_cycle_count` on DWT
### Added

- Support of embedded-hal 1.0.0-alpha.6 [#388]

[#388]: https://github.com/stm32-rs/stm32f4xx-hal/pull/388

### Changed

- up `cortex-m` to 0.7.4, use `cycle_count` instead of `get_cycle_count` on DWT [#415]

[#415]: https://github.com/stm32-rs/stm32f4xx-hal/pull/415

## [v0.11.1] - 2021-12-30

Expand Down

0 comments on commit feaf1e5

Please sign in to comment.