Skip to content

zf 0.9.1

Compare
Choose a tag to compare
@natecraddock natecraddock released this 07 Feb 03:02
· 61 commits to main since this release

A small release to fix two potential crashes

  • fix: fix crash when input is invalid utf8
    (50e3a8)

    zf incorrectly assumed that the input was valid utf-8 encoded unicode. Now the input is validated before normalization.

  • fix: avoid integer overflow when selecting line down
    (0456b7)