Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 515 Bytes

CHANGELOG.md

File metadata and controls

18 lines (13 loc) · 515 Bytes

Changelog

v2.1.1 (2022-06-27)

  • Fix project information and error message typos

v2.1.0 (2022-06-11)

  • Hash.hexdigest() returns str rather than bytes, in-line with hashlib
  • Hash.__init__() and Hash.update() now take memoryview and memoryview compatible types (e.g. NumPy arrays)
  • README update to reflect changes

v2.0.2 (2021-03-11)

  • README update to reflect new CI

v2.0.1 (2020-07-16)

  • README and packaging update

v2.0.0 (2020-07-16)

  • Initially cleaned up and distributed