Skip to content

Commit e0912ba

Browse files
committed
Release 2.8.3
1 parent 1eb0ce6 commit e0912ba

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ This changlog uses the [ISO 8601 date format](https://www.iso.org/iso-8601-date-
77

88
## [Unreleased]
99

10+
## [2.8.3] - 2022-01-11
11+
12+
### Added
13+
14+
* Japanese Keyboard Layout [#332](https://github.com/NicoHood/HID/pull/332) (Thanks [@HisashiKato](https://github.com/HisashiKato))
15+
16+
### Fixed
17+
18+
* `SET_IDLE` uses wValueH for duration, not wValueL [#310](https://github.com/NicoHood/HID/pull/310) (Thanks [@mdevaev](https://github.com/mdevaev))
19+
* Handle `HID_HID_DESCRIPTOR_TYPE` properly [#311](https://github.com/NicoHood/HID/pull/311) (Thanks [@mdevaev](https://github.com/mdevaev))
20+
* Missing return value added to samd core [#342](https://github.com/NicoHood/HID/pull/342) (Thanks [@ladyada](https://github.com/ladyada))
21+
* Fixed German Layout [#323](https://github.com/NicoHood/HID/pull/323) (Thanks [@jensweimann](https://github.com/jensweimann))
22+
1023
## [2.8.2] - 2021-07-14
1124

1225
### Fixed
@@ -391,7 +404,8 @@ This changlog uses the [ISO 8601 date format](https://www.iso.org/iso-8601-date-
391404

392405
* Initial Beta release
393406

394-
[Unreleased]: https://github.com/NicoHood/HID/compare/2.8.2...HEAD
407+
[Unreleased]: https://github.com/NicoHood/HID/compare/2.8.3...HEAD
408+
[2.8.3]: https://github.com/NicoHood/HID/compare/2.8.2...2.8.3
395409
[2.8.2]: https://github.com/NicoHood/HID/compare/2.8.1...2.8.2
396410
[2.8.1]: https://github.com/NicoHood/HID/compare/2.8.0...2.8.1
397411
[2.8.0]: https://github.com/NicoHood/HID/compare/2.7.0...2.8.0

0 commit comments

Comments
 (0)