Skip to content

Latest commit

 

History

History
74 lines (46 loc) · 1.87 KB

CHANGES.md

File metadata and controls

74 lines (46 loc) · 1.87 KB

0.3.7 (2019-05-19)

  • zeroize v0.9.0 (#215)

[0.3.6] (2019-05-19)

  • zeroize v0.8.0 ([#189])

0.3.5 (2019-05-19)

  • zeroize v0.7.0 (#186)

0.3.4 (2019-03-23)

  • zeroize v0.6.0 (#170)
  • Make internals of Bech32 type private (#165)

0.3.3 (2019-03-12)

  • Return errors for undersize decode buffers and trailing whitespace (#163)

0.3.2 (2018-12-25)

  • Fix #![no_std] support (#158)

0.3.1 (2018-12-25)

  • Update to zeroize 0.5 (#149)

0.3.0 (2018-11-25)

  • Fix critical encode/decode bug in release builds (#126)
  • Non-constant-time Bech32 implementation via bech32-preview feature (#113)

0.2.3 (2018-10-12)

  • Bump zeroize dependency to 0.4

0.2.2 (2018-10-11)

  • Bump zeroize dependency to 0.3

0.2.1 (2018-10-09)

  • Re-export IDENTITY from the crate root

0.2.0 (2018-10-08)

  • hex: support for encoding/decoding upper case

0.1.1 (2018-10-05)

  • Fix build when using --no-default-features

0.1.0 (2018-10-03)

  • Initial release