Skip to content

Commit 74e9373

Browse files
committed
Add changelog.
1 parent 63dd044 commit 74e9373

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
@@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212

1313
### Changed
1414
- `spi`: traits now enforce all impls on the same struct (eg `Transfer` and `Write`) have the same `Error` type.
15+
- `spi/blocking`: unified traits into `Read`, `Write`, `ReadWrite`.
16+
- `spi/blocking`: renamed Transactional `exec` to `batch`.
17+
- `spi/blocking`: Added `read_batch`, `write_batch` methods.
1518

1619
## [v1.0.0-alpha.6] - 2021-11-19
1720

0 commit comments

Comments
 (0)