Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

30 lines (23 loc) · 1.3 KB

Changelog

The format is based on Keep a Changelog.

[Unreleased]

Breaking

  • Optimized FromStr, made it no_std-compatible. #468

[0.8.5] - 2020-08-12

  • Make const matching work again. #421

[0.8.4] - 2020-08-03

  • Added a manual impl of Eq and Hash. #390
  • Removed some unsafe code and added big-endian support. #407
  • Added checked_pow. #417

[0.8.3] - 2020-04-27

  • Added arbitrary feature. #378
  • Fixed UB in from_big_endian. #381

[0.8.2] - 2019-10-24

Fixed

  • Fixed 2018 edition imports. #237
  • Removed uninitialized usage. #238

Dependencies

  • Updated dependencies. #239

Changed

  • Modified AsRef impl. #196