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.