Skip to content

Commit cfb6064

Browse files
committed
Update changelog
1 parent 99efe4d commit cfb6064

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- 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.
1313
- Bug #626: Process exceptions with `Machine.on_exception` in may_<trigger> as well (thanks @match1)
1414
- PR #666: Improved handling of removing transitions for `GraphMachine` and `HiearachicalMachine` (thanks @drpjm)
15+
- PR #667: Better handling of unset styling in `GraphMachine`
1516
- Typing:
1617
+ Added `--strict` mypy flag for `transitions` type checks (not `tests` though)
1718
+ Made state, event and machine property mandatory in (Nested)EventData

0 commit comments

Comments
 (0)