Skip to content

Commit b9e4011

Browse files
committed
docs: Update Changelog
1 parent 07b0314 commit b9e4011

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## 0.9.3 ()
44

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

712
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.

0 commit comments

Comments
 (0)