Releases: nlordell/ethnum-rs
Releases · nlordell/ethnum-rs
v1.5.2
v1.5.1
What's Changed
- Fix LTO Detection in LLVM Intrinsic Build by @nlordell in #36
- New Release Preparation by @nlordell in #46
- Made Equality Tests Smarter by @NCGThompson in #38
- Fix Checked Conversion for Signed Integers by @nlordell in #45
- Div by zero by @NCGThompson in #31
- Add Stable Div Rem by @NCGThompson in #32
- Implement
Hash
Manually by @nlordell in #47 - Added Optional Multiplication Benchmarks by @NCGThompson in #39
- Always Run Extended Multiplication Benchmarks by @nlordell in #48
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- Inline always by @NCGThompson in #30
- Adds Mixed Integer Ops by @NCGThompson in #29
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Fix the deserialization from JSON for I256 and U256 types with custom endianness by @stanislav-tkach in #28
- Update instructions for building with LLVM intrinsics
- Add support for overriding
CLANG
binary path when building with LLVM intrinsics
New Contributors
- @stanislav-tkach made their first contribution in #28
Full Changelog: v1.3.2...v1.4.0
v1.3.2
v1.3.1
What's Changed
- Improved procedural macros to allow for crate renaming and re-exporting.
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Add optional binary serialization by @anton-lisanin in #20
- Add procedural macro for 256-bit integer literals in
809d435
- Add abs_diff API in
325e1cf
- Big and little endian byte-serialization in
1bf3e85
New Contributors
- @anton-lisanin made their first contribution in #20
Full Changelog: v1.2.2...v1.3.0