You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.3 KiB
1.3 KiB
Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased
v0.2.3 - 2018-11-17
Changed
- Documented the guaranteed MRSV to be 1.13
- The
x128
feature now works on stable Rust 1.26+
Fixed
- Overflow and underflow checks when casting a float to an unsigned integer
v0.2.2 - 2017-05-07
Fixed
- UB in the checked cast from
f32
tou128
.
v0.2.1 - 2017-05-06
Added
- Support for 128-bit integers, behind the
x128
Cargo feature (nightly needed).
v0.2.0 - 2017-02-08
Added
- Now
cast::Error
implements thestd::error::Error
trait among other traits likeDisplay
,Clone
, etc.
Changed
- [breaking-change] This crate now depends on the
std
crate by default but you can make itno_std
by opting out of thestd
Cargo feature.
v0.1.0 - 2016-02-07
Initial release