You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: embedded-hal/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
10
- Added `core::error::Error` implementations for every custom `impl Error`
11
11
- Increased MSRV to 1.81 due to `core::error::Error`
12
12
13
+
## Added
14
+
15
+
-`i2c::ErrorKind::ClkLowTimeout` error kind.
16
+
13
17
## [v1.0.0] - 2023-12-28
14
18
15
19
Check out the [announcement blog post](https://blog.rust-embedded.org/embedded-hal-v1/) and the [migration guide](../docs/migrating-from-0.2-to-1.0.md) for help with migrating from v0.2 to v1.0.
0 commit comments