From ecad8a189341740136ce4384f1a9346bf88bb2e5 Mon Sep 17 00:00:00 2001 From: 902seanryan Date: Wed, 31 Jan 2024 14:46:07 -0400 Subject: [PATCH 1/2] removing accidetal copy paste --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5a4fbf..e653032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,9 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added a check to make sure plugin preloads are finished before opening up the application to avoid race conditions. -https://github.com/SpringRoll/SpringRollContainer/pull/169 - - ### Fixed - added check to prevent sub sound channel volumes being set to 0 causing soundVolume to be set to 1 in the game From dc6558b266b50c4e5731e07aeaf5df3ee8993ab8 Mon Sep 17 00:00:00 2001 From: 902seanryan Date: Wed, 31 Jan 2024 14:49:17 -0400 Subject: [PATCH 2/2] re-add 2.4.6 notes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e653032..bc148d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added a check to make sure plugin preloads are finished before opening up the application to avoid race conditions. +## [2.4.6] - 2023-10-16 + ### Fixed - added check to prevent sub sound channel volumes being set to 0 causing soundVolume to be set to 1 in the game