Skip to content

Commit 24ee6e4

Browse files
committed
Add changelog.
1 parent 93249ed commit 24ee6e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
- Fixed blanket impl of `DelayUs` not covering the `delay_ms` method.
1515
### Changed
1616
- `spi`: traits now enforce all impls on the same struct (eg `Transfer` and `Write`) have the same `Error` type.
17+
- `spi/blocking`: unified traits into `Read`, `Write`, `ReadWrite`.
18+
- `spi/blocking`: renamed Transactional `exec` to `batch`.
19+
- `spi/blocking`: Added `read_batch`, `write_batch` methods.
1720

1821
## [v1.0.0-alpha.6] - 2021-11-19
1922

0 commit comments

Comments
 (0)