add the missing release title to the v2.1.3 changelog entry

This commit is contained in:
Mamadou Babaei
2024-10-22 05:26:49 +02:00
parent f3f5893fd8
commit eb8a8b197b
+2
View File
@@ -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.