@@ -34,14 +34,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
34
34
not needed. ([ #283 ] )
35
35
- Enable ` rt ` , ` usb ` , ` can ` , ` rtc ` and ` ld ` feature by default.
36
36
To disable that behavior, set ` default-features = false ` . ([ #283 ] )
37
- - The MSRV was bumped to 1.54 ([ #308 ] )
38
37
- Update ` stm32f3 ` pac to v0.14.0 ([ #282 ] )
39
38
- Remove the ` bxcan ` re-export. ([ #304 ] )
40
39
- The LICENSE has been changed from BSD 0-clause to the familiar dual license
41
40
MIT / Apache 2.0. This has been done, as this fits the ecosystem better and
42
41
the dependencies where using the MIT / Apache 2.0 dual licensing already,
43
42
which resulted into the situtation, that BSD 0-clause was not affectivly
44
43
0-clause as MIT conditions had to be met anyways. (🧂 IANAL). ([ #309 ] )
44
+ - The MSRV was bumped to 1.59 ([ #213 ] )
45
45
46
46
## [ v0.8.2] - 2021-12-14
47
47
@@ -551,6 +551,7 @@ let clocks = rcc
551
551
[ #220 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/220
552
552
[ #217 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/217
553
553
[ #216 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/216
554
+ [ #213 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/213
554
555
[ #212 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/212
555
556
[ #210 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/210
556
557
[ #208 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/208
0 commit comments