File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
1010### Changed
1111- delay: make infallible.
12+ - i2c: remove ` _iter() ` methods.
13+ - i2c: add default implementations for all methods based on ` transaction() ` .
1214
1315## [ v0.2.0-alpha.0] - 2022-11-23
1416
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313### Changed
1414- gpio: add ` ErrorKind ` enum for consistency with other traits and for future extensibility. No kinds are defined for now.
1515- delay: make infallible.
16+ - i2c: remove ` _iter() ` methods.
17+ - i2c: add default implementations for all methods based on ` transaction() ` .
18+ - i2c: document guidelines for shared bus usage.
1619
1720## [ v1.0.0-alpha.9] - 2022-09-28
1821
You can’t perform that action at this time.
0 commit comments