From 6e509d8df576511e988fe7f96f638ffe51fedffa Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Thu, 7 Mar 2024 23:50:01 +0100 Subject: [PATCH] update the change log with unreleased changes --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b057d2d9..62597921 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,9 @@ This is the second major release of the SenseGlove Unreal Engine Plugin adding s ### Fixed - A few critical bug fixes that have already been backported to the v1.x.x series through v1.9.3 to v1.9.7 releases. -- Fix the modules order indside the .uplugin file. +- Fix a bug where the right hand mesh is always hidden inside the game no matter whether the right glove is connected or not. +- SenseGlove Backend Libraries v2.101.x series address a critical crash with DK1 gloves. +- Fix the modules' order inside the .uplugin file. - Fix changelog formatting. ### Changed