The format is based on Keep a Changelog.
- Removed From<[u8; n]> conversions, renamed
to_big_endian
/to_little_endian
to write_as_*, and made them return byte arrays. #859
- Implemented bitwise assign traits. #690
- Added
integer_sqrt
method. #554
- Allow
0x
prefix infrom_str
. #487
- Optimized FromStr, made it no_std-compatible. #468
- Make const matching work again. #421
- Added a manual impl of
Eq
andHash
. #390 - Removed some unsafe code and added big-endian support. #407
- Added
checked_pow
. #417
- Updated dependencies. #239
- Modified AsRef impl. #196