Skip to content

Commit 5694945

Browse files
committed
Release 0.9.0
1 parent 651247c commit 5694945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Changelog.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Release 0.9.0 is a major release and contains improvements to ease development,
1212
- Bug #569: Fix implicit fallback to `graphviz` when `pygraphviz` was not installed (thanks @FridjofAmundsen)
1313
- Bug #580: Fix `on_timeout` callback resolution when timeout had been initialized with `timeout=0` (thanks @Rysbai)
1414
- Bug #582: Last label in `GraphSupport` was not correctly aligned when `show_attributes=True` (thanks @spagh-eddie)
15-
- Feature: Add pyi stub files for better type hinting
15+
- Feature: Add pyi stub files for better type hinting. Since many functions and constructors allow rather arbitrary arguments time will tell whether typing should be strict (and cause more mypy issues) or more relaxed (and thus less precise).
1616
- Feature: Reviewed and improved method documentation
1717
- Feature #549: Add `may` transition check to transitions (thanks @artofhuman)
1818
- Feature #552: Refactored error handling to be able to handle `MachineError` in `on_exception` callbacks (thanks @kpihus)
1919
- Feature: Add `mypy` to test workflow
2020
- PR #461: Add `Retry` state to supported state stereotypes (thanks @rgov)
2121
- Internal: `Machine._identify_callback` has been converted to instance method from class method
2222
- Internal: `LockedMachine._get_qualified_state_name` has been converted to instance method from static method
23-
- Internal: `_super` workaround related to dill (see https://github.com/pytransitions/transitions/issues/236)
23+
- Internal: Removed `_super` workaround related to dill (see https://github.com/pytransitions/transitions/issues/236)
2424

2525
## 0.8.11 (February 2022)
2626

0 commit comments

Comments
 (0)