Skip to content

v0.11.0

Latest
Compare
Choose a tag to compare
@isaacholt100 isaacholt100 released this 06 Mar 21:37
d715a3e

This release fixes #39, and makes all ilog* methods panic with the same message as Rust's primitive integers (with the (bnum) prefix, as for other bnum panic messages).

Major Changes

  • ilog* methods now panic for invalid inputs in release mode as well as debug mode.

Patches

  • ilog* panic messages now match that of Rust's primitives.

What's Changed

Full Changelog: v0.10.0...v0.11.0