From d67ad6fbede507c2f847e7a3206b209b3c5c86c1 Mon Sep 17 00:00:00 2001 From: Raheman Vaiya Date: Mon, 25 Jul 2022 19:09:07 -0400 Subject: [PATCH] Version bump --- docs/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b6eb376..f05ec79 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,11 @@ +# v2.4.2 + + - Add include directive to the config syntax + - Ship includable common layouts + - Allow comments in the ids section (#245) + - Create virtual pointer on initialization (#249) + - Misc bug fixes + # v2.4.1 - Route button presses through the virtual keyboard (#162)