Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

51 lines (35 loc) · 1.33 KB

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.2.0 (2021-04-29)

Changed

  • Forbid unsafe code outside parallel implementation (#157)
  • Bump password-hash crate dependency to v0.2 (#164)

Removed

  • argon2::BLOCK_SIZE constant (#161)

0.1.5 (2021-04-18)

Added

  • Parallel lane processing using rayon (#149)

0.1.4 (2021-02-28)

Added

  • std feature (#141)

0.1.3 (2021-02-12)

Fixed

  • Salt-length related panic (#135)

0.1.2 (2021-02-07)

Fixed

  • rustdoc typo (#128)

0.1.1 (2021-02-07)

Added

  • rand feature; enabled-by-default (#126)

0.1.0 (2021-01-29)

  • Initial release