From 8a469e48703ed71c874fd934a1f019c7f7499021 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Mon, 21 Aug 2023 17:56:56 +0200 Subject: [PATCH] update the changelog with unreleased changes --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae7561a6..83f721e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Added a SenseGlove custom game instance, SGGameInstance, for future use. +- Introduce SGGameInstance, a customized SenseGlove game instance for future use. - Added the new SenseGloveBackend and SenseGloveBackendKismet modules. ### Fixed - Proper initialization of the SenseGlove backend in order to fix a bug in certain situations where SGConnect::Init() gets called every frame. +- Some other minor fixes. ## [1.6.1] - 2023-08-14