Skip to content

Commit

Permalink
Release 2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHood committed Jan 11, 2022
1 parent 1eb0ce6 commit e0912ba
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ This changlog uses the [ISO 8601 date format](https://www.iso.org/iso-8601-date-

## [Unreleased]

## [2.8.3] - 2022-01-11

### Added

* Japanese Keyboard Layout [#332](https://github.com/NicoHood/HID/pull/332) (Thanks [@HisashiKato](https://github.com/HisashiKato))

### Fixed

* `SET_IDLE` uses wValueH for duration, not wValueL [#310](https://github.com/NicoHood/HID/pull/310) (Thanks [@mdevaev](https://github.com/mdevaev))
* Handle `HID_HID_DESCRIPTOR_TYPE` properly [#311](https://github.com/NicoHood/HID/pull/311) (Thanks [@mdevaev](https://github.com/mdevaev))
* Missing return value added to samd core [#342](https://github.com/NicoHood/HID/pull/342) (Thanks [@ladyada](https://github.com/ladyada))
* Fixed German Layout [#323](https://github.com/NicoHood/HID/pull/323) (Thanks [@jensweimann](https://github.com/jensweimann))

## [2.8.2] - 2021-07-14

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

* Initial Beta release

[Unreleased]: https://github.com/NicoHood/HID/compare/2.8.2...HEAD
[Unreleased]: https://github.com/NicoHood/HID/compare/2.8.3...HEAD
[2.8.3]: https://github.com/NicoHood/HID/compare/2.8.2...2.8.3
[2.8.2]: https://github.com/NicoHood/HID/compare/2.8.1...2.8.2
[2.8.1]: https://github.com/NicoHood/HID/compare/2.8.0...2.8.1
[2.8.0]: https://github.com/NicoHood/HID/compare/2.7.0...2.8.0
Expand Down

0 comments on commit e0912ba

Please sign in to comment.