All Versions
12
Latest Version
Avg Release Cycle
103 days
Latest Release
27 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.0.3 Changes
January 28, 2023StateMachine 1.0.3
January 27, 2023
๐ StateMachine 1.0.3 fixes a bug between {ref}
Stateand {ref}transitioninstances sharing
references of callbacks when there were multiple concurrent instances of the sameStateMachine
class.๐ Bugfixes
- ๐ #334: Fixed a shared reference
of callbacks when there were multiple concurrent instances of the sameStateMachineclass.
- ๐ #334: Fixed a shared reference
-
v1.0.2 Changes
January 13, 2023StateMachine 1.0.2
January 12, 2023
๐ StateMachine 1.0.2 fixes a regression bug blocking the library usage on
Python 3.11.๐ Bugfixes
- ๐ Fixes #316 a bad import of 'inspect.getargspec' that was removed on Python 3.11, still backward compatible with older versions.