From de2b0197f4fd8662620ba84e3dd7481eafe4a44e Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Tue, 10 Oct 2023 17:09:08 +0200 Subject: [PATCH] add a missing release note fix for v1.8.0 to the changelog file --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c972bbd8..18918caa 100644 --- a/CHANGELOG.md +++ b/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 + +- Add a missing release note entry for the v1.8.0 release to the changelog file. + ## [1.8.0] - 2023-10-10 ### Added @@ -15,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix a bug where the OnTouchStateUpdated event is mistakenly triggered instead of the OnGrabStateUpdated when the right thumb fingertip grab collider overlaps with a grabbable actor. +- Fix the DECLARE_EVENT macro signature for OnGrabStateUpdated and OnTouchStateUpdated events. ## [1.7.0] - 2023-09-14