diff --git a/Handbook/src/appendix/changelog.md b/Handbook/src/appendix/changelog.md index 95e4b14e..b1380408 100644 --- a/Handbook/src/appendix/changelog.md +++ b/Handbook/src/appendix/changelog.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Fixed + +- Minor documentation fixes. + ## [2.1.1] - 2024-08-18 This is a bugfix release with no actual plugin code changes, mostly addressing issues in the documentation and third-party dependencies caused by source control merge conflicts. @@ -691,4 +697,4 @@ This is a minor release focusing on adherence to the Unreal Engine Marketplace G ### Added -- Initial public release of the SenseGlove haptic API for Unreal Engine with support for Microsoft Windows and GNU/Linux. +- Initial public release of the SenseGlove haptic API for Unreal Engine with support for Microsoft Windows and GNU/Linux. \ No newline at end of file diff --git a/Handbook/src/overview/README.md b/Handbook/src/overview/README.md index 2271d483..47b158bd 100644 --- a/Handbook/src/overview/README.md +++ b/Handbook/src/overview/README.md @@ -57,7 +57,7 @@ Toipcs that do not fall under any specific category: - [SenseGlove Console Commands](../misc/console-commands/) - [Deploying to Android (Standalone)](../misc/android-standalone-deployment/) - [Upgrade Guide](../misc/upgrade-guide/) -- [Optimizing for More FPS](../misc/optimize-higher-fps/) +- [Optimizing for Higher FPS](../misc/optimize-higher-fps/) ## 🛠️ Advanced Topics