Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 323 Bytes

CHANGELOG.md

File metadata and controls

18 lines (10 loc) · 323 Bytes

Changelog

0.3.1

  • Fixed issue that occurs when StopAllTasks() is called from within a running task.

0.3.0

  • Removed undocumented Fiber.ExecuteMany() method.
  • Added Fiber.StopAllTasks() method.

0.2.0

  • Removed generic parameter from StateMachineTask.

0.1.0

  • Initial release