Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1019 Bytes

CHANGELOG.md

File metadata and controls

32 lines (23 loc) · 1019 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.3.0] - 2024-07-31

  • Update rand_core dependency to exactly 0.6, dropping support for rand_core <= 0.5. This works around Cargo issues where unrelated updates can cause the rand_core dependency to "snap back" to older versions.

[0.2.3] - 2022-02-24

Fix undefined behaviour caused by narrowing provenance of slice pointer to a single element then reading multiple elements (#8).

[0.2.2] - 2020-12-23

Support rand_core v0.6 Migrate to GitHub Actions CI

[0.2.1] - 2020-05-22

Add Seeder::make_seed.

[0.2.0] - 2019-11-04

Documentation reviewed and improved.

Changes

  • Rename SipHasher::make_rngSipHasher::into_rng
  • Rename SipHasher::new_with_keysSipHasher::from_keys

[0.1.0] - 2019-10-15

Initial release