From e0912bab974b347f44e88c22d95fa7950511cda9 Mon Sep 17 00:00:00 2001 From: NicoHood Date: Tue, 11 Jan 2022 19:50:00 +0100 Subject: [PATCH] Release 2.8.3 --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7238373..9b676206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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