Skip to content

Commit 756b055

Browse files
committed
spi: Add changelog for transaction changes.
1 parent 76541e0 commit 756b055

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

embedded-hal-async/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

embedded-hal/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)