From 2810c7adc03121fe73e4d0861c5a56c0f71ad338 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Tue, 14 May 2024 12:53:08 +0200 Subject: [PATCH] Update Changelog and release date --- Changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 0eb4f846..dc0090eb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,8 @@ # Changelog -## 0.9.1 () +## 0.9.1 (May 2024) + +Release 0.9.1 is a minor release and contains several bugfixes and some (typing) improvements. This release also introduces `on_final` callbacks on machines (as well as `NestedState`) and `final` flags for states. - Bug #594: Fix may_ always returning false for internal transitions (thanks @a-schade) - PR #592: Pass investigated transition to `EventData` context in 'may' check (thanks @msclock)