v2.0.0
- The minimum supported Rust toolchain version has increased from 1.28 to 1.34.
NotNan<T>now implementsTryFrom<T>instead ofFrom<T>.NotNan::unchecked_newis now aconst fn.NotNan<T>andOrderedFloat<T>now implementPartialEq<T>.- The deprecated
NotNaNtype alias has been removed.