We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8110e6 commit 2c40bbfCopy full SHA for 2c40bbf
CHANGELOG.md
@@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
### Added
11
- `Error` traits for Can, SPI, I2C and Serial are implemented for Infallible
12
13
+### Changed
14
+- `spi`: traits now enforce all impls on the same struct (eg `Transfer` and `Write`) have the same `Error` type.
15
+
16
## [v1.0.0-alpha.6] - 2021-11-19
17
18
*** This is (also) an alpha release with breaking changes (sorry) ***
0 commit comments