Skip to content

Commit 838e3ca

Browse files
committed
changelog
1 parent 799ac57 commit 838e3ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
### Breaking changes
1515

1616
- Relax pin type generics for `Serial`, `I2c`, `Spi`, `Can`.
17-
Use `From<(tuple)>` for pin remap before passing to peripheral.
17+
Use enums of pin tuples and `Enum::from<(tuple)>` for pin remap before passing to peripheral.
1818
Remove `RemapStruct`s.
19+
- Use independent `Spi` and `SpiSlave` structures instead of `OP` generic
1920

2021
## [v0.10.0] - 2022-12-12
2122

0 commit comments

Comments
 (0)