Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 537 Bytes

File metadata and controls

15 lines (10 loc) · 537 Bytes

StateChart 3.1.0

Not released yet

What's new in 3.1.0

Bugfixes in 3.1.0

  • Fixes silent misuse of Event() with multiple positional arguments. Passing more than one transition to Event() (e.g., Event(t1, t2)) now raises {ref}InvalidDefinition with a clear message suggesting the | operator. Previously, the second argument was silently interpreted as the event id, leaving the extra transitions eventless (auto-firing). #588.

Misc in 3.1.0