From eb8a8b197b77980be7bccaa772739a99e47adb39 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Tue, 22 Oct 2024 05:16:48 +0200 Subject: [PATCH] add the missing release title to the v2.1.3 changelog entry --- Handbook/src/appendix/changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Handbook/src/appendix/changelog.md b/Handbook/src/appendix/changelog.md index 7c090d61..20762814 100644 --- a/Handbook/src/appendix/changelog.md +++ b/Handbook/src/appendix/changelog.md @@ -16,6 +16,8 @@ This is a bugfix release that delivers some documentation fixes. ## [2.1.3] - 2024-10-11 +This bugfix release centers on adding initial support for the upcoming Unreal Engine `5.5`. + ### Added - Added initial support for the upcoming Unreal Engine `5.5` release. Please note that, while the plugin is functional, a few adjustments are still required to address deprecation warnings. Specifically, the `FXRMotionControllerData` struct needs to be replaced with the newly introduced `FXRMotionControllerState` and `FXRHandTrackingState` structs, along with adjustments to adhere to the new hand-tracking API changes.