File tree 2 files changed +2
-0
lines changed 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
14
14
- delay: make infallible.
15
15
- i2c: remove ` _iter() ` methods.
16
16
- i2c: add default implementations for all methods based on ` transaction() ` .
17
+ - spi: SpiDevice transaction now takes an operation slice instead of a closure
17
18
18
19
## [ v0.2.0-alpha.0] - 2022-11-23
19
20
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
16
16
- i2c: remove ` _iter() ` methods.
17
17
- i2c: add default implementations for all methods based on ` transaction() ` .
18
18
- i2c: document guidelines for shared bus usage.
19
+ - spi: SpiDevice transaction now takes an operation slice instead of a closure
19
20
20
21
## [ v1.0.0-alpha.9] - 2022-09-28
21
22
You can’t perform that action at this time.
0 commit comments