Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 294 Bytes

CHANGELOG.md

File metadata and controls

9 lines (8 loc) · 294 Bytes

Changelog

Unreleased

  • Use SI format by default with Display.
  • Use "KiB" for SI unit.
  • Implement Sub<ByteSize> for ByteSize.
  • Implement Sub<impl Into<u64>> for ByteSize.
  • Implement SubAssign<ByteSize> for ByteSize.
  • Implement SubAssign<impl Into<u64>> for ByteSize.