Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 994 Bytes

CHANGELOG.md

File metadata and controls

30 lines (22 loc) · 994 Bytes

Changelog

The format is based on Keep a Changelog.

[Unreleased]

[0.5.0] - 2021-01-05

Breaking

  • Use BytesMut for RlpStream's backing buffer. #453

[0.4.6] - 2020-09-29

  • Implement Encodable, Decodable for boxed types. #427

[0.4.5] - 2020-03-16

Dependencies

  • Updated dependencies. #361

[0.4.4] - 2019-11-20

Added

  • Method Rlp::at_with_offset. #269

[0.4.3] - 2019-10-24

Dependencies

  • Updated dependencies. #239

Fixed

  • Fixed nested unbounded lists. #203

Added

  • Added no-std support. #206