Skip to content

Bytes v1.3.0

Compare
Choose a tag to compare
@Darksonn Darksonn released this 31 Jan 19:41
· 55 commits to master since this release
9b22722

1.3.0 (November 20, 2022)

Added

  • Rename and expose BytesMut::spare_capacity_mut (#572)
  • Implement native-endian get and put functions for Buf and BufMut (#576)

Fixed

  • Don't have important data in unused capacity when calling reserve (#563)

Documented

  • Bytes::new etc should return Self not Bytes (#568)