Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 453 Bytes

File metadata and controls

14 lines (8 loc) · 453 Bytes

StateMachine 1.0.3

January 27, 2023

StateMachine 1.0.3 fixes a bug between {ref}State and {ref}transition instances sharing references of callbacks when there were multiple concurrent instances of the same StateMachine class.

Bugfixes in 1.0.3

  • #334: Fixed a shared reference of callbacks when there were multiple concurrent instances of the same StateMachine class.