Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 624 Bytes

CHANGELOG.md

File metadata and controls

33 lines (17 loc) · 624 Bytes

Changelog

Notable changes are documented in this file, whose format follows Keep a Changelog.

[Unreleased]

Added

  • watchosSimulatorArm64 and tvosSimulatorArm64 targets

[0.4.0] - 2022-01-23

Fixed

  • Handling of negative bytes in the input in MurmurHash3's 32-bit and 128-bit versions.

[0.3.0] - 2021-12-11

Added

  • Support for MurmurHash3's 128-bit x86 version.

[0.2.0] - 2021-12-11

Added

  • Support for MurmurHash3's 128-bit x64 version.

[0.1.0] - 2021-12-10

Added

  • Initial release with support for MurmurHash3's 32-bit version.