Skip to content

Commit e2b35b7

Browse files
committed
Add changelog.
1 parent 039bd36 commit e2b35b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Added
1111
- `Error` traits for Can, SPI, I2C and Serial are implemented for Infallible
1212

13+
### Changed
14+
- `spi/blocking`: unified traits into `Read`, `Write`, `ReadWrite`.
15+
- `spi/blocking`: traits now enforce all impls on the same struct (eg `Read` and `Write`) have the same `Error` type.
16+
- `spi/blocking`: renamed Transactional `exec` to `batch`.
17+
- `spi/blocking`: Added `read_batch`, `write_batch` methods.
1318
## [v1.0.0-alpha.6] - 2021-11-19
1419

1520
*** This is (also) an alpha release with breaking changes (sorry) ***

0 commit comments

Comments
 (0)