Skip to content

Commit 3a3aeeb

Browse files
committed
Fix items missing from the embedded-io{,-async} 0.7 changelog
1 parent 9123afb commit 3a3aeeb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

embedded-io-async/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- Make `Write::flush()` a required method, aligning with std and embedded-io
1111
- Update to and align with embedded-io 0.7:
12+
- Increase MSRV to 1.81
1213
- Error type is updated to include core::Error
1314
- Update `defmt` dependency to 1.0; rename feature from `defmt_03` to `defmt`
1415
- Require `Read` and `Write` to be implemented for various Read and Write traits
1516
- Fix missing method forwardings for blanket implementations
17+
- Implement `Read`, `ReadReady`, `BufRead`, `Write`, and `WriteReady` for `VecDeque<u8>`
1618
- Documentation updates
1719

1820
## 0.6.1 - 2023-11-28

embedded-io/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- Add provided `.seek_relative()` method to Seek
1818
- Fix missing method forwardings for blanket implementations
1919
- Specialize `.read_exact()` and `.write_all()` for slices
20+
- Implement `Read`, `ReadReady`, `BufRead`, `Write`, and `WriteReady` for `VecDeque<u8>`
2021

2122
## 0.6.1 - 2023-10-22
2223

0 commit comments

Comments
 (0)