diff options
| author | Patrick Gansterer <[email protected]> | 2025-09-01 18:07:31 +0200 |
|---|---|---|
| committer | Patrick Gansterer <[email protected]> | 2025-09-01 18:07:31 +0200 |
| commit | c00efd485c0d422188badddde13613ea50668080 (patch) | |
| tree | 120f2e9bfae688960294805a153f412b0dde0913 /embassy-usb-dfu/CHANGELOG.md | |
| parent | de33d113a5fb70ca5086058cc894a2ce192c27d6 (diff) | |
embassy-dfu-usb: Allow `application` and `dfu` feature at the same time
Since there is no technical reason to disallow the use of both features
at the same time, remove the artifical contraint to give developers
more freedom with their implementations.
Diffstat (limited to 'embassy-usb-dfu/CHANGELOG.md')
| -rw-r--r-- | embassy-usb-dfu/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-usb-dfu/CHANGELOG.md b/embassy-usb-dfu/CHANGELOG.md index 466eff211..ef842945d 100644 --- a/embassy-usb-dfu/CHANGELOG.md +++ b/embassy-usb-dfu/CHANGELOG.md | |||
| @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 8 | <!-- next-header --> | 8 | <!-- next-header --> |
| 9 | ## Unreleased - ReleaseDate | 9 | ## Unreleased - ReleaseDate |
| 10 | 10 | ||
| 11 | - Allow enabling the `application` and `dfu` feature at the same time | ||
| 12 | |||
| 11 | ## 0.2.0 - 2025-08-27 | 13 | ## 0.2.0 - 2025-08-27 |
| 12 | 14 | ||
| 13 | - First release with changelog. | 15 | - First release with changelog. |
