Skip to content

0.1.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Apr 18:33
· 11 commits to main since this release

Changed

  • When a stack trace is larger than the specified maximum, hide items in the
    middle instead of the end.
  • Documentation improvements.

Fixed

  • Do not use f64::log2 to implement std.exponent and std.mantissa, which
    can be too inaccurate in some platforms.
  • Errors will not show <000D> at the end of each source line when source has
    CRLF line endings.