aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Ursprung <[email protected]>2025-06-08 11:09:09 +0200
committerRalph Ursprung <[email protected]>2025-07-08 23:04:30 +0200
commite38b3c52528da3796208ac9a05e4a75e373cf252 (patch)
tree9663f1f3f893e2474e4af2360eff259588ad518b
parent010c626a1160cf1a6721d8632119c0e45907e8c2 (diff)
prepare changelog for `embassy-usb` v0.5.0
-rw-r--r--embassy-usb/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/embassy-usb/CHANGELOG.md b/embassy-usb/CHANGELOG.md
index 76fafed31..d941ae068 100644
--- a/embassy-usb/CHANGELOG.md
+++ b/embassy-usb/CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7 7
8## Unreleased 8## Unreleased
9 9
10- `UAC1`: unmute by default ([#3992](https://github.com/embassy-rs/embassy/pull/3992))
11- `cdc_acm`: `State::new` is now `const` ([#4000](https://github.com/embassy-rs/embassy/pull/4000))
12- Add support for CMSIS-DAP v2 USB class ([#4107](https://github.com/embassy-rs/embassy/pull/4107))
13- Reduce `UsbDevice` builder logs to `trace` ([#4130](https://github.com/embassy-rs/embassy/pull/4130))
14- Implement `embedded-io-async` traits for USB CDC ACM ([#4176](https://github.com/embassy-rs/embassy/pull/4176))
15- Update `embassy-sync` to v0.7.0
16
10## 0.4.0 - 2025-01-15 17## 0.4.0 - 2025-01-15
11 18
12- Change config defaults to to composite with IADs. This ensures embassy-usb Just Works in more cases when using classes with multiple interfaces, or multiple classes. (breaking change) 19- Change config defaults to to composite with IADs. This ensures embassy-usb Just Works in more cases when using classes with multiple interfaces, or multiple classes. (breaking change)