Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 2.61 KB

CHANGELOG.md

File metadata and controls

59 lines (34 loc) · 2.61 KB

kdl Release Changelog

5.0.0 (2023-02-03)

Features

  • usize: switch to usize for potential 32-bit support (65c34e12)
  • deps: bump deps (75816120)

Bug Fixes

  • clippy: cargo clippy --fix (13f576fd)
  • compute: make compute output always be utf8 (3a5e840f)
    • BREAKING CHANGE: input filenames that are not valid utf8 will not be validly output anymore, not that they ever really were.

4.0.0 (2022-06-11)

Features

  • modernify: update srisum to get with the times (256b3f9e)

3.0.0 (2019-11-06)

Breaking Changes

  • errors: rewrite API to use anyhow::Result instead of panicking (793bd9e7)
  • license: upgrade to Parity 7.0 release (850f9266)

Bug Fixes

  • compute: properly support non-UTF8 filenames for output. Note that check still can't handle reading funky filenames from a checksum file/stream (d3759096)

Features

  • errors: rewrite API to use anyhow::Result instead of panicking (793bd9e7)
  • license: upgrade to Parity 7.0 release (850f9266)

2.0.0 (2019-10-21)

Breaking Changes

  • license: switch license to Parity 7.0.0-pre.3 + Apache-2.0 (db678d74)

Bug Fixes

  • compute: use path.display() for cross-platform printing (823c1cd5)
  • windows: encode_wide does u16, not u8 (a6ab4097)

Features

  • license: switch license to Parity 7.0.0-pre.3 + Apache-2.0 (db678d74)