Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 457 Bytes

Changelog.md

File metadata and controls

25 lines (17 loc) · 457 Bytes

Changelog

0.3.2

  • Add support for hex numbers through FromRadix16 and FromRadix16Checked.
  • Fix: Documentation of FromRadix10Checked now has code samples using this trait.

0.3.1

  • Fix: Fixed documentation of atois overflow behaviour.

0.3.0

  • Added From_radix_10_checked.
  • Breaking change: atoi now returns None on overflow

0.2.4

  • Documentation now hints at FromRadix10 trait.
  • Updated to Rust 2018