fixed/RELEASES.md

757 B

Version 0.1.1 (unreleased)

  • New static methods int_bits and frac_bits were added.
  • Support for multiplication and division by integers was added.

Version 0.1.0 (2018-08-10)

  • Unsigned constants provided by the typenum crate are now used for the number of fractional bits.
  • Many methods and trait implementations available for primitive integers are now also supported by the fixed-point numbers.