Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
burrbull committed Jul 29, 2023
1 parent 799ac57 commit 838e3ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Breaking changes

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

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

Expand Down

0 comments on commit 838e3ca

Please sign in to comment.