Skip to content

v0.22.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 19:10
· 128 commits to main since this release
v0.22.0
0047d48

v0.22.0 -- 2024-09-09

Added

  • Calling q::test, q::testOnce and q::lastTrace on the REPL now works properly (#1495)

Changed

  • Performance of the REPL was drastically improved (#1495)
  • Error reporting was improved for many runtime errors (#1495)

Deprecated

Removed

Fixed

  • Sending SIGINT (hitting Ctrl+C) to the run and test commands now actually stops the execution (#1495)

Security