Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 871 Bytes

CHANGELOG.md

File metadata and controls

26 lines (21 loc) · 871 Bytes

0.3.0 (March 2nd, 2022)

Added

net: add unix stream & listener (#74) net: add tcp and udp support (#40)

0.2.0 (January 9th, 2022)

Fixed

fs: fix error handling related to changes in rustc (#69) op: fix 'already borrowed' panic (#39)

Added

fs: add fs::remove_file (#66) fs: implement Debug for File (#65) fs: add remove_dir and unlink (#63) buf: impl IoBuf/IoBufMut for bytes::Bytes/BytesMut (#43)