You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
- PR #665: Add `on_final` to `Machine` and `NestedState` constructor and `final` to `State`. Callbacks passed to `on_final` will be executed when a State with `final=True` is entered or all children of a parallel state are final.
13
13
- Bug #626: Process exceptions with `Machine.on_exception` in may_<trigger> as well (thanks @match1)
14
14
- PR #666: Improved handling of removing transitions for `GraphMachine` and `HiearachicalMachine` (thanks @drpjm)
15
+
- PR #667: Better handling of unset styling in `GraphMachine`
15
16
- Typing:
16
17
+ Added `--strict` mypy flag for `transitions` type checks (not `tests` though)
17
18
+ Made state, event and machine property mandatory in (Nested)EventData
0 commit comments