From a8773cab2c22b0189528fad9dd2876af8546c1bf Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Tue, 6 Aug 2024 14:42:09 +0200 Subject: [PATCH] Update Changelog for next release --- Changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index e0f70218..36331186 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,8 @@ # Changelog -## 0.9.2 () +## 0.9.2 (August 2024) + +Release 0.9.2 is a minor release and contains a new mermaid diagram backend, a new model decoration mode for easier development with types and some more features and bugfixes. - Bug #610: Decorate models appropriately when `HierarchicalMachine` is passed to `add_state` (thanks @e0lithic) - Bug #647: Let `may_` check all parallel states in processing order (thanks @spearsear)