diff options
| author | goodhoko <[email protected]> | 2025-12-02 17:23:53 +0100 |
|---|---|---|
| committer | goodhoko <[email protected]> | 2025-12-02 17:23:53 +0100 |
| commit | c578c48c062fcad76c006157b1f1c02cc8c80390 (patch) | |
| tree | 45c7e9f9d82ab9d98e97898be6a5768609dbbd58 | |
| parent | 907e8065b2fe0a18295d7470fb3bee34a4833b01 (diff) | |
Don't forget the changelog!
| -rw-r--r-- | embassy-usb/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-usb/CHANGELOG.md b/embassy-usb/CHANGELOG.md index f90875166..431f4ddde 100644 --- a/embassy-usb/CHANGELOG.md +++ b/embassy-usb/CHANGELOG.md | |||
| @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 11 | - Add support for USB HID Boot Protocol Mode | 11 | - Add support for USB HID Boot Protocol Mode |
| 12 | - Bump usbd-hid from 0.8.1 to 0.9.0 | 12 | - Bump usbd-hid from 0.8.1 to 0.9.0 |
| 13 | - Fix a bug where CDC ACM BufferedReceiver repeats data when its future is dropped | 13 | - Fix a bug where CDC ACM BufferedReceiver repeats data when its future is dropped |
| 14 | - Expose `dtr()` and `rts()` on `cdc_acm::ControlChanged` | ||
| 14 | 15 | ||
| 15 | ## 0.5.1 - 2025-08-26 | 16 | ## 0.5.1 - 2025-08-26 |
| 16 | 17 | ||
