What's Changed
- fix(algorithms): close soundness and safety-contract gaps by @prestwich in #612
- docs: fix incorrect comments in add/mul/gcd algorithms by @prestwich in #611
- fix: checked_log/log2/log10 panic on tiny bit-widths by @prestwich in #610
- ci: run core test suite on wasm32-wasip1 by @prestwich in #609
- fix: str radix errors now by @prestwich in #608
- fix: try_from_*_slice returns None instead of panicking for BITS % 64 in 57..=63 by @prestwich in #607
- fix: reject non-finite f64 and saturate Uint→f64 at 2^1024 by @prestwich in #606
- z by @prestwich in #605
- chore: infer rustfmt edition by @DaniPopes in #619
- feat: make more Uint methods const by @DaniPopes in #614
- docs: add agent guidelines by @DaniPopes in #618
- perf: open-code Uint PartialEq and is_zero on riscv to avoid memcmp libcall by @Qumeric in #604
- fix: overflowing_shl/overflowing_shr overflow-flag false negatives by @prestwich in #603
- chore: release 1.20.0 by @prestwich in #620
New Contributors
Full Changelog: v1.19.0...v1.20.0