From 7775b15c6c13084fd6f237be05cb84d9307c1d5f Mon Sep 17 00:00:00 2001 From: Alexander Barker Date: Fri, 19 Nov 2021 10:11:24 -0800 Subject: [PATCH] Updating the changelog --- ChangeLog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 38ed4f78..36a359ec 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,12 @@ ## ChangeLog +**JNativeHook 2.2.1 (Nov 19, 2021)** + * Added support for Java 17 + * Fixed crash on Linux with xkb-file and pc105. + * Fixed crash on OSX with capslock and media keys. + * Fixed pom versioning issue with revision property. + * Fixed library location issues with folders that contain spaces. + **JNativeHook 2.2.0 (Sep 27, 2021)** * Complete CI/CD overhaul using GitHub Actions. * Dropping Ant support in favor of CMake and Maven.