Skip to content

Commit

Permalink
docs: Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aleneum committed Aug 12, 2024
1 parent 07b0314 commit b9e4011
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 0.9.3 ()

- Bug #683: Typing wrongly suggested that `Transition` instances can be passed to `Machine.__init__` and/or `Machine.add_transition(s)` (thanks @antonio-antuan)
- Typing should be more precise now
- `Machine.add_transitions` and `Machine.__init__` expect a `Sequence` of configurations for transitions now
- Added 'async' callbacks to types in `asyncio` extension

## 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.
Expand Down

0 comments on commit b9e4011

Please sign in to comment.