Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

50 lines (38 loc) · 2.31 KB

Changelog

The format is based on Keep a Changelog.

[Unreleased]

[0.9.4] - 2022-09-20

  • Made one const. #650
  • Made max_value const. #652
  • Made is_zero const. #639
  • Added abs_diff. #665

[0.9.3] - 2022-02-04

  • Simplified and faster div_mod. #478
  • Fixed overflowing_neg. #611

[0.9.2] - 2022-01-28

  • Migrated to 2021 edition, enforcing MSRV of 1.56.1. #601
  • Display formatting support. #603

[0.9.1] - 2021-06-30

  • Added integer_sqrt method. #554

[0.9.0] - 2021-01-05

  • Allow 0x prefix in from_str. #487

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