Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 311 Bytes

CHANGELOG.md

File metadata and controls

11 lines (6 loc) · 311 Bytes
  • 0.5.0 - Oct. 12, 2024

    • Implement Clone for IntoIter. This change in implementation also removes a use of unsafe.

    • Bump MSRV to 1.61 due to dependencies.

    • Fixed panic when removing a nonexistent value from a full hash table.

    • Fix UB if an allocation exceeds isize::MAX.