File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 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/).
1414- delay: make infallible.
1515- i2c: remove ` _iter() ` methods.
1616- i2c: add default implementations for all methods based on ` transaction() ` .
17+ - spi: SpiDevice transaction now takes an operation slice instead of a closure
1718
1819## [ v0.2.0-alpha.0] - 2022-11-23
1920
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1616- i2c: remove ` _iter() ` methods.
1717- i2c: add default implementations for all methods based on ` transaction() ` .
1818- i2c: document guidelines for shared bus usage.
19+ - spi: SpiDevice transaction now takes an operation slice instead of a closure
1920
2021## [ v1.0.0-alpha.9] - 2022-09-28
2122
You can’t perform that action at this time.
0 commit comments