From 920341359044363a16e72366c5c1fe3d76665b6d Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Sat, 22 Jun 2024 23:03:45 -0400 Subject: [PATCH] feat: Changelog for v6.0.0 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d502c62..e7be077 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## v6.0.0 + +- Fixed an issue where trying to run actions in an invalid way would cause errors. They now no-op. + ## v5.9.3 -- Fixes an issue where when a timer performs a state transition, events were still ran with the old state. +- Fixed an issue where when a timer performs a state transition, events were still ran with the old state. ## v5.9.2