Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 865 Bytes

CHANGELOG.md

File metadata and controls

23 lines (16 loc) · 865 Bytes

Changelog

The format is based on Keep a Changelog.

[Unreleased]

Breaking

  • Updated rlp to 0.5. #463
  • Updated uint to 0.9. #486

[0.9.2] - 2020-05-18

  • Added codec feature. #393

[0.9.1] - 2020-04-27

  • Added arbitrary feature. #378

[0.9.0] - 2020-03-16

  • License changed from MIT to dual MIT/Apache2. #342
  • Updated dependencies. #361

Added

  • Uint error type is re-exported. #244