We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63dd044 commit 74e9373Copy full SHA for 74e9373
CHANGELOG.md
@@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
12
13
### Changed
14
- `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.
18
19
## [v1.0.0-alpha.6] - 2021-11-19
20
0 commit comments