Skip to content

v1.0.3

Compare
Choose a tag to compare
@fgmacedo fgmacedo released this 28 Jan 19:57
· 92 commits to develop since this release

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

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