Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 486 Bytes

CHANGELOG.md

File metadata and controls

18 lines (12 loc) · 486 Bytes

Changelog

Unreleased

dust

0.6.0 (2019-10-10)

  • Add the jrnd (0x06) opcode, used in (...) aka maybe blocks. This avoids the overhead of pick lists for the simple behaviour of maybe blocks. (@unleashy)
  • Fix self-references like C = C/a creating infinite loops in the compiled code; now they’re ignored and printed as-is. (@unleashy)

0.5.0 (2019-10-06)

  • First official release of Koota