From ca500a6c4d8e428064e3f5f685ebdc2b46b58953 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Mon, 2 Sep 2024 19:33:25 +0200 Subject: [PATCH] update the changelog --- 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 7d893cf7..ea76771f 100644 --- a/Handbook/src/appendix/changelog.md +++ b/Handbook/src/appendix/changelog.md @@ -15,7 +15,7 @@ This is a bugfix release that addresses a few non-critical issues and documentat - Fix a bug where the `HandVisibilityChangedEvent` event is not triggered on the virtual hand component visibility changes. - Fix the wrong script name for `USGHMDTrackerKismetLibrary`. - Fix the wrong script name for `USGXRTrackerKismetLibrary `. -- Fix `LogPython: Warning: 'SGHMDTrackerKismetLibrary' and 'SGXRTrackerKismetLibrary' have the same name (SenseGloveHeadMountDisplayKismetLibrary) when exposed to Python. Rename one of them using 'ScriptName' meta-data.` when packaging the game. +- Fix `LogPython: Warning: 'SGHMDTrackerKismetLibrary' and 'SGXRTrackerKismetLibrary' have the same name (SenseGloveHeadMountDisplayKismetLibrary) when exposed to Python. Rename one of them using 'ScriptName' meta-data` when packaging the game. - Fix the non-existent default hand-mesh warnings polluting the logs when packaging the game. - Expanded the clickable area on the handbook index page revision buttons. - Minor documentation fixes.