From 571282bb8bb47903f2a9c3ce0ba5685fe959adf9 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Wed, 23 Apr 2025 13:07:24 +0200 Subject: [PATCH] add missing changelogs from the previous commit --- Handbook/src/appendix/changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Handbook/src/appendix/changelog.md b/Handbook/src/appendix/changelog.md index 19f2efa4..279a25b7 100644 --- a/Handbook/src/appendix/changelog.md +++ b/Handbook/src/appendix/changelog.md @@ -11,8 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added support for Epic Native Toolchain `v24` which will be shipped with the upcoming UE `5.6`. +### Fixed + +- Backend initialization error handling on Android. + ### Changed +- The error codes returned from `FSGConnectJNI::Initialize()` and `FSGCoreJNI::Initialize()` have been changed. This is a breaking change for any code that relies on handling the return codes from those functions. - Bumped the SenseGlove libraries to a yet to be versioned, experimental release, with BLE (Bluetooth Low Energy) support. ### Documentation