From e6c57e0e4c5746fc239885a1345962eebdb711b3 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Fri, 18 Apr 2025 11:48:51 +0200 Subject: [PATCH] a minor punctuation fix in the changelog --- Handbook/src/appendix/changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Handbook/src/appendix/changelog.md b/Handbook/src/appendix/changelog.md index 71827d30..19f2efa4 100644 --- a/Handbook/src/appendix/changelog.md +++ b/Handbook/src/appendix/changelog.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Documentation - Added [SGBLE and SGBLExx Rust Dependency Licenses](../license/sgble-sgblexx-rust-dependencies). +- Additional minor fixes and improvements that may not be listed here. ## [2.4.2] - 2025-02-17 @@ -80,7 +81,7 @@ This minor release brings various improvements and, notably, the first version t - Revamped the [Enabling XR_EXT_hand_tracking OpenXR Extension on VR Headsets](../getting-started/enabling-xr-ext-hand-tracking-vr-headsets/) and [Deploying to Android (Standalone)](../misc/android-standalone-deployment/) documentation, and added the `ViveOpenXR`-compatibile instructions as well. - Significantly improved the [Setting Up the Wrist Tracking Hardware](../getting-started/setup-wrist-tracking-hardware/) section by providing more detailed documentation and example configuration per HMD and wrist tracking hardware. - Clarified [how to set up the VIVE Wrist Trackers in various configurations](../plugin-configuration/plugin-settings/tracking/wrist-tracking/). -- Added [HTC VIVE specific optimization tips for running in standalone mode](../misc/optimize-higher-fps/#htc-vive-specific-optimizations-in-standalone-mode) +- Added [HTC VIVE specific optimization tips for running in standalone mode](../misc/optimize-higher-fps/#htc-vive-specific-optimizations-in-standalone-mode). - Fixed a few broken URLs caused by bad markdown formatting. - Applied various Handbook Makefile fixes. - Clarified the HTC VIVE standalone support status in the platform support matrix.