Skip to content

Commit 72669fe

Browse files
committed
Update changelog
1 parent ce92d13 commit 72669fe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

embedded-hal-async/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
11+
### Changed
12+
13+
- spi: device helper methods (`read`, `write`, `transfer`...) are now default methods in `SpiDevice` instead of an `SpiDeviceExt` extension trait.
14+
- spi: the `SpiDevice::transaction` closure now gets a raw pointer to the `SpiBus` to work around Rust borrow checker limitations.
15+
16+
1017
## [v0.1.0-alpha.0] - 2022-04-17
1118

1219
First release to crates.io

0 commit comments

Comments
 (0)