Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 939 Bytes

CHANGELOG.md

File metadata and controls

20 lines (14 loc) · 939 Bytes

Changelog

The format is based on Keep a Changelog.

[0.4.0] - 2022-09-02

  • Support deserializing H256 et al from bytes or sequences of bytes, too. #668
  • Support deserializing H256 et al from newtype structs containing anything compatible, too. #672
  • Migrated to 2021 edition, enforcing MSRV of 1.56.1. #601

[0.3.2] - 2021-11-10

  • Supported decoding of hex strings without 0x prefix. #598

[0.3.1] - 2020-05-05

  • Added no_std support. #385

[0.2.3] - 2019-10-29

Fixed

  • Fixed a bug in empty slice serialization. #253