We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5597a48 commit 063878dCopy full SHA for 063878d
embedded-io/CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
- Migrated `std` feature-gated `std::error::Error` implementations to `core::error::Error`
12
- Increased MSRV to 1.81 due to `core::error::Error`
13
- Implemented `ReadReady` for `&[u8]` and `WriteReady` for `&mut [u8]`
14
+- Added UART error variants `Overrun`, `FrameFormat`, `Parity` and `Noise`
15
16
## 0.6.1 - 2023-10-22
17
0 commit comments