From ab176291a0ed2244a628b44bcc383af44dde35f6 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Tue, 13 Aug 2024 16:38:17 +0200 Subject: [PATCH] a changelog fix --- Handbook/src/appendix/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Handbook/src/appendix/changelog.md b/Handbook/src/appendix/changelog.md index 78eae6a9..e494bc63 100644 --- a/Handbook/src/appendix/changelog.md +++ b/Handbook/src/appendix/changelog.md @@ -73,7 +73,7 @@ This is a minor release focusing mainly on bringing OpenXR-compatible hand track ### Fixed - Fixed a bug when the virtual hand inside the game is not visible but still collides with other objects inside the scene, mistakenly triggering events like OnGrabStateUpdated and OnTouchStateUpdated. -- Fix various wrong Kismet script names and their class exports. +- Fixed various wrong Kismet script names and their class exports. - Some Android UPL tweaks, permission, and build fixes. - Many other large and small fixes and improvements that might not be listed here. - A few small bugfixes that have already been backported to the v2.0.x series.