Skip to content

v2.3.1

Choose a tag to compare

@averlyst averlyst released this 21 Jul 19:34
fb740b5

Version 2.3.1

Removed

  • Removed the internal SIGNAL_BEHAVIOR flag that toggled task.spawn vs task.defer.
    • Flags are considered unstable and subject to change, this flag conflicted with internal dispatching and caused an infinite loop which froze the program when enabled.
    • The edge cases this was originally meant to address are now handled by deferred mutations, a much more comprehensive and performant mechanism — making the flag redundant.
    • This does not affect your ability to defer other operations (e.g. functions in listeners); only the internal spawn/defer toggle has been removed.

Full Changelog: v2.3.0...v2.3.1