transitions v0.6.4 Release Notes

Release Date: 2018-01-03 // over 6 years ago
  • ๐Ÿš€ Release 0.6.4 is a minor release and contains a new feature and two bug fixes related to HierachicalMachine:

    • ๐Ÿ›  Bugfix #274: initial has not been passed to super in HierachicalMachine.add_model (thanks to @illes).
    • ๐Ÿ”‹ Feature #275: HierarchicalMachine.add_states now supports keyword parent to be a NestedState or a string.
    • ๐Ÿ›  Bugfix #278: NestedState has not been exited correctly during reflexive triggering (thanks to @hrsmanian).