All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Table of Contents
0.1.2 - 2024-11-30
-
Add
BitInt::checked_ilog
andBitUint::checked_ilog
(#12) -
Add
BitInt::checked_ilog2
andBitUint::checked_ilog2
(#12) -
Add
BitInt::checked_ilog10
andBitUint::checked_ilog10
(#12) -
Add
BitInt::checked_div_euclid
andBitUint::checked_div_euclid
(#14) -
Add
BitInt::checked_rem_euclid
andBitUint::checked_rem_euclid
(#14) -
Add
BitInt::checked_shl
andBitUint::checked_shl
(#14) -
Add
BitInt::checked_shr
andBitUint::checked_shr
(#14)
-
Bump MSRV to 1.67.0 (#12)