Skip to content

Commit 7b42f24

Browse files
committed
i2c: changelog.
1 parent 147aee2 commit 7b42f24

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

embedded-hal-async/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

embedded-hal/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)