diff options
| author | Ralph Ursprung <[email protected]> | 2025-06-08 10:49:57 +0200 |
|---|---|---|
| committer | Ralph Ursprung <[email protected]> | 2025-07-08 23:04:28 +0200 |
| commit | 88076255baf1c8e5b25d0fb32dfa3f907030e2c2 (patch) | |
| tree | 61604401dcd258da16000544781a82928a5e2004 | |
| parent | 1bc17b0964a12f2c31275710c90e446f842c027a (diff) | |
add changelog for `embassy-usb-driver`
| -rw-r--r-- | embassy-usb-driver/CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/embassy-usb-driver/CHANGELOG.md b/embassy-usb-driver/CHANGELOG.md new file mode 100644 index 000000000..4a1090029 --- /dev/null +++ b/embassy-usb-driver/CHANGELOG.md | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | # Changelog for embassy-usb-driver | ||
| 2 | |||
| 3 | All notable changes to this project will be documented in this file. | ||
| 4 | |||
| 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
| 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
| 7 | |||
| 8 | ## Unreleased | ||
| 9 | |||
| 10 | - Add `embedded_io_async::Error` implementation for `EndpointError` ([#4176](https://github.com/embassy-rs/embassy/pull/4176)) | ||
