From 7c3b0f4a3c21fadc7e7a4a44ac1306f936f18c8d Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Mon, 2 Sep 2024 18:12:36 +0200 Subject: [PATCH] update the changelog --- Handbook/src/appendix/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Handbook/src/appendix/changelog.md b/Handbook/src/appendix/changelog.md index 14ebacd6..b5dae6ef 100644 --- a/Handbook/src/appendix/changelog.md +++ b/Handbook/src/appendix/changelog.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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. - Expanded the clickable area on the handbook index page revision buttons. - Minor documentation fixes.