Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 231 Bytes

CHANGELOG.md

File metadata and controls

10 lines (8 loc) · 231 Bytes

0.1.5

  • Add LinkedHashSet::drain.
  • LinkedHashSet::back now uses &self instead of &mut self.
  • Require linked-hash-map 0.5.6.

0.1.4

  • Require linked-hash-map 0.5.3.

0.1.3

  • Add DoubleEndedIterator support.