Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 621 Bytes

CHANGELOG.md

File metadata and controls

27 lines (16 loc) · 621 Bytes

Changelog

v1.1.0 - 2024-09-07

Changed

  • Internal random number generator interface for V7Generator from rand::RngCore to generator::Rng to relax hard dependency on rand crate
    • Maintained backward compatibility, though is deprecated, by providing blanket implementation of generator::Rng for rand::RngCore

Added

  • V7Generator::with_rand08() to make integration with rand explicit
  • generator module

v1.0.2 - 2024-09-04

  • Minor test case and document updates

v1.0.1 - 2024-08-17

  • Minor refactoring and document fixes

v1.0.0 - 2024-05-11

  • Initial stable release