From db5506473c03cd0dd9bc8a83a0bc8862d9e8af74 Mon Sep 17 00:00:00 2001 From: Raheman Vaiya Date: Sat, 27 Jul 2024 13:56:01 -0400 Subject: [PATCH] docs: Fix changelog typos --- docs/CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 2b77574..8b5180d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,13 +1,13 @@ # v2.5.0 - Allow 64 character layer names - - New device id format which allows devices with identical product/vendor id pairs to be distinguished (backward compatible) + - Introduce a new device id format to distinguish between devices with identical product/vendor id pairs (backward compatible) - Add KDE/plasma5 support to `keyd-application-mapper` - Gnome v45/v46 application remapping support - - Increased the maximum number of descriptors to allow for more advanced configs - - Added `setlayout()` to facilitate dynamically set layouts - - `toggle()` now actiavtes the layer on key down instead of key up - - Improved support for exotic keys + - Increases the maximum number of descriptors to allow for more advanced configs + - Add `setlayout()` to facilitate dynamically set layouts + - `toggle()` now activates the layer on key down instead of key up + - Improve support for exotic keys - Various minor bug fixes # v2.4.3