Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aleneum committed May 13, 2024
1 parent cb913e0 commit 2381ad0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@
- Bug #626: Process exceptions with `Machine.on_exception` in may_<trigger> as well (thanks @match1)
- PR #666: Improved handling of removing transitions for `GraphMachine` and `HiearachicalMachine` (thanks @drpjm)
- Typing:
+ Added `--strict` mypy flag for `transitions` type checks (not `tests` though)
+ Made state, event and machine property mandatory in (Nested)EventData
+ Transition.dest may be None
+ Introduced (Async)CallbackFunc to declutter callback-related signatures
+ Add stub file for extension package for explicite reexport (thanks @DrewDevereux)

## 0.9.0 (September 2022)

Expand Down

0 comments on commit 2381ad0

Please sign in to comment.