Skip to content

v0.4.1

Compare
Choose a tag to compare
@akubera akubera released this 13 Jul 04:09
· 158 commits to trunk since this release

Changes

  • Fix issue where RUST_BIGDECIMAL_DEFAULT_PRECISION envar would always
    trigger a rebuild

  • Fix issue where .neg() could be called on {signed-int}::MIN values

  • Add implementations of Add/Sub/Mul/Div for primitive values

  • Use 'proptest' crate to improve arithmetic testing