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.
BitRange
and Bit
has been separated in the BitRangeMut
and BitMut
traits.from into
can be used in place of from
to change the input type of the setter. Thanks to @roblabla