Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 593 Bytes

CHANGELOG.md

File metadata and controls

14 lines (9 loc) · 593 Bytes

Version 1.2.0

  • Clarify documentation to explicitly state that the data is returned in bytes (#5)
  • Fix building on unsupported OSes (#8)
  • Support FreeBSD (#10)
  • Use the windows-sys crate over the old winapi crate on Windows (#11)

Version 1.1.0

  • Added always_use_statm feature for use cases where speed is needed over accuracy.

Version 1.0.0

  • Initial API