transitions v0.6.3 Release Notes

Release Date: 2017-11-30 // over 6 years ago
  • ๐Ÿš€ Release 0.6.3 is a minor release and contains a new feature and two bug fixes:

    • Bugfix #268: Machine.add_ordered_transitions changed states' order if initial is not the first or last state (thanks to @janekbaraniewski).
    • ๐Ÿ›  Bugfix #265: Renamed HierarchicalMachine.to to to_state to prevent warnings when HSM is used as a model.
    • ๐Ÿ”‹ Feature #266: Introduce Machine.get_transitions to get a list of transitions for alteration (thanks to @Synss).