File tree 2 files changed +5
-0
lines changed
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/).
9
9
10
10
### Changed
11
11
- delay: make infallible.
12
+ - i2c: remove ` _iter() ` methods.
13
+ - i2c: add default implementations for all methods based on ` transaction() ` .
12
14
13
15
## [ v0.2.0-alpha.0] - 2022-11-23
14
16
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
13
13
### Changed
14
14
- gpio: add ` ErrorKind ` enum for consistency with other traits and for future extensibility. No kinds are defined for now.
15
15
- 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.
16
19
17
20
## [ v1.0.0-alpha.9] - 2022-09-28
18
21
You can’t perform that action at this time.
0 commit comments