Skip to content

Commit 40a6347

Browse files
committed
adjusted change log for bxcan version range change.
1 parent 5a30ece commit 40a6347

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4545
- Added support for hardware-based CRC32 functionality
4646
- Add `MonoTimer` and `Instant` structs for basic time measurement.
4747
- Added support for I2S and SAI clocks
48-
- Added support for canbus with the bxcan crate (0.5.0).
48+
- Added support for canbus with the bxcan crate.[#273] The version range is `<=0.4, <0.6`. (Currently
49+
the latest version is `0.5.0`) [#286]
4950
- Added a `freeze_unchecked` method [#231]
5051
- Added support for the Real Time Clock (RTC)
5152
- Added option to bypass the HSE oscillator and use a clock input [#263]
@@ -57,6 +58,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5758
[#262]: https://github.com/stm32-rs/stm32f4xx-hal/pull/262
5859
[#263]: https://github.com/stm32-rs/stm32f4xx-hal/pull/263
5960
[#278]: https://github.com/stm32-rs/stm32f4xx-hal/issues/278
61+
[#273]: https://github.com/stm32-rs/stm32f4xx-hal/pull/273
62+
[#286]: https://github.com/stm32-rs/stm32f4xx-hal/pull/286
6063

6164
### Fixed
6265

0 commit comments

Comments
 (0)