From 5f7c987faea1cc7622ea1dd0cfcf69e0a06d8b3e Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Tue, 12 Mar 2024 21:11:04 +0100 Subject: [PATCH] remove a changelog that is not valid anymore --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 518b3fcc..a152c806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,6 @@ This is the second major release of the SenseGlove Unreal Engine Plugin adding s ### Fixed - A few critical bug fixes that have already been backported to the v1.x.x series through v1.9.3 to v1.9.8 releases. -- A few other crashes in the low-level API that has not been backported to the v1.x.x series. - Revamped the way we do FVector <-> SGVect3D, FQuat <-> SGQuat, and SenseGlove <-> Unreal Engine angles conversions in order to properly translate between the SenseGlove and Unreal Engine coordinate systems. - Fix the modules' order inside the .uplugin file. - Fix changelog formatting.