Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 728 Bytes

CHANGELOG.md

File metadata and controls

26 lines (16 loc) · 728 Bytes

Changelog

Unreleased

0.6.4 (2023-07-16)

  • Fix UB reported by Miri and remove unmaintained atom dependency which has open soundness issues. (#61)

0.6.3 (2020-02-17)

  • BitSetAnd, BitSetOr, BitSetNot, BitSetXor, BitSetAll now implement Clone. (#52)
  • Bitset layers can be read though BitSet::layer{0,1,2}_as_slice. (#53)
  • rayon is updated to 1.3. (#56)

0.6.2 (2019-07-27)

  • BitIter now implements Clone. (#49)