Skip to content

Commit c9e28ff

Browse files
authored
Merge pull request #117 from rust-embedded-community/update-changelog
Update changelog
2 parents db5fbe1 + 823a053 commit c9e28ff

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
910
### Added
10-
* New enums and allocators for Isochronous endpoints
11+
* New enums and allocators for Isochronous endpoints ([#60](https://github.com/rust-embedded-community/usb-device/pull/60)).
12+
* Ability to select USB revision ([#116](https://github.com/rust-embedded-community/usb-device/pull/116)).
1113

1214
### Changed
13-
* `EndpointType` enum now has fields for isochronous synchronization and usage.
15+
* `EndpointType` enum now has fields for isochronous synchronization and usage ([#60](https://github.com/rust-embedded-community/usb-device/pull/60)).
1416

1517
## [0.2.9] - 2022-08-02
1618

19+
### Added
20+
* Optional support for defmt ([#76](https://github.com/rust-embedded-community/usb-device/pull/76)).
21+
1722
### Fixed
1823
* Fixed an issue where USB devices were not enumerating on Windows ([#32](https://github.com/rust-embedded-community/usb-device/issues/82))
19-
* Add optional support for defmt ([#76](https://github.com/rust-embedded-community/usb-device/pull/76))
2024
* Fixed Suspend state transition so it goes back to the previous state, not just Default ([#97](https://github.com/rust-embedded-community/usb-device/pull/97))
2125

2226
## [0.2.8] - 2021-03-13

0 commit comments

Comments
 (0)